From 0e54c944424655ba34c8bb3fdd82b846fdd8979e Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 19 Jun 2024 12:45:12 +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 f049efe50..419600335 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.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