Skip to content

Commit 67d5072

Browse files
authored
Patch: Switch to fork of benchmarkCI (#520)
* patch to fork of benchmarkCI * put fork version of BenchmarkCI in [sources] * swap order * add EpiAware [source] * fix path * rm benchmarkCI from project
1 parent 0b6a162 commit 67d5072

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
julia --project=benchmark -e 'using Pkg;
2424
Pkg.rm("EpiAware");
25+
Pkg.add(url="https://github.com/SamuelBrand1/BenchmarkCI.jl");
2526
Pkg.resolve();
2627
Pkg.instantiate();
2728
Pkg.develop(path = "./EpiAware")'

benchmark/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[deps]
2-
BenchmarkCI = "20533458-34a3-403d-a444-e18f38190b5b"
32
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
43
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
54
DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8"

0 commit comments

Comments
 (0)