From 7488991731a83f0552cd9389e87b6f2c42b8f51f Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 19 Jun 2024 12:44:04 +0100 Subject: [PATCH] tweak action for detection of local EpiAware --- .github/workflows/benchmark-EpiAware.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-EpiAware.yaml b/.github/workflows/benchmark-EpiAware.yaml index b3374cbf7..f049efe50 100644 --- a/.github/workflows/benchmark-EpiAware.yaml +++ b/.github/workflows/benchmark-EpiAware.yaml @@ -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.instantiate()' + 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