Skip to content

Commit

Permalink
tweak action for detection of local EpiAware
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Jun 19, 2024
1 parent 7488991 commit 0e54c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-EpiAware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- name: Setup benchmark environment
run: julia --project=benchmark -e 'using Pkg; Pkg.activate(shared = TRUE)'
run: julia --project=benchmark -e 'using Pkg; Pkg.activate(shared = true)'
- name: Run benchmarks
run: julia --project=benchmark -e 'using BenchmarkCI; BenchmarkCI.judge(baseline = "origin/main")'
- name: Post results
Expand Down

0 comments on commit 0e54c94

Please sign in to comment.