Skip to content

Commit b4842b6

Browse files
committed
debug: benchmark workflow
1 parent aa1d164 commit b4842b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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", "BenchmarkCI@0.1"]'
34+
run: julia -e 'using Pkg; Pkg.add(["JSON", "PkgBenchmark", "BenchmarkCI@0.1"])'
3535
- name: Run benchmarks
3636
run: julia benchmark/run_benchmarks.jl
3737
env:

0 commit comments

Comments
 (0)