Skip to content

Commit aa1d164

Browse files
committed
changed: using Pkg.add instead of pkg strings
1 parent 49e7c92 commit aa1d164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
${{ runner.os }}-test-
3232
${{ runner.os }}-
3333
- name: Install dependencies
34-
run: julia -e 'using Pkg; pkg"add JSON PkgBenchmark [email protected]"'
34+
run: julia -e 'using Pkg; Pkg.add["JSON", "PkgBenchmark", "[email protected]"]'
3535
- name: Run benchmarks
3636
run: julia benchmark/run_benchmarks.jl
3737
env:

0 commit comments

Comments
 (0)