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 b4842b6 commit 7b3b3a7Copy full SHA for 7b3b3a7
.github/workflows/Benchmark.yml
@@ -31,7 +31,7 @@ jobs:
31
${{ runner.os }}-test-
32
${{ runner.os }}-
33
- name: Install dependencies
34
- run: julia -e 'using Pkg; Pkg.add(["JSON", "PkgBenchmark", "BenchmarkCI@0.1"])'
+ run: julia -e 'using Pkg; Pkg.add(["JSON", "PkgBenchmark", "BenchmarkCI"])'
35
- name: Run benchmarks
36
run: julia benchmark/run_benchmarks.jl
37
env:
0 commit comments