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.
Pkg.add
pkg
1 parent 49e7c92 commit aa1d164Copy full SHA for aa1d164
.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 [email protected]"'
+ run: julia -e 'using Pkg; Pkg.add["JSON", "PkgBenchmark", "[email protected]"]'
35
- name: Run benchmarks
36
run: julia benchmark/run_benchmarks.jl
37
env:
0 commit comments