We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b4f38 commit 75a7fe9Copy full SHA for 75a7fe9
.github/workflows/benchmark.yml
@@ -30,6 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
julia --project=benchmark -e '
33
+ import Pkg;
34
Pkg.develop(PackageSpec(path=pwd()));
35
Pkg.instantiate()'
36
- name: Run benchmark # import Pkg; Pkg.add("BenchmarkTools") # Pkg.develop(PackageSpec(path=pwd()))
0 commit comments