Skip to content

Commit 75a7fe9

Browse files
committed
add missing Pkg import
1 parent 20b4f38 commit 75a7fe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
julia --project=benchmark -e '
33+
import Pkg;
3334
Pkg.develop(PackageSpec(path=pwd()));
3435
Pkg.instantiate()'
3536
- name: Run benchmark # import Pkg; Pkg.add("BenchmarkTools") # Pkg.develop(PackageSpec(path=pwd()))

0 commit comments

Comments
 (0)