Skip to content

Commit

Permalink
patch to fork of benchmarkCI
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Nov 11, 2024
1 parent 0b6a162 commit 49da72c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: |
julia --project=benchmark -e 'using Pkg;
Pkg.rm("EpiAware");
Pkg.rm("BenchmarkCI");
Pkg.add(url="https://github.com/SamuelBrand1/BenchmarkCI.jl");
Pkg.resolve();
Pkg.instantiate();
Pkg.develop(path = "./EpiAware")'
Expand Down

0 comments on commit 49da72c

Please sign in to comment.