From 6d02b23fdb04f8355f2684df58e5d6e24f18f9a3 Mon Sep 17 00:00:00 2001 From: Sam Abbott Date: Thu, 20 Jun 2024 12:22:13 +0100 Subject: [PATCH] Update benchmark.yaml --- .github/workflows/benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index fb2e00c86..45f83231e 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -20,7 +20,7 @@ jobs: - uses: julia-actions/setup-julia@v1 - uses: julia-actions/cache@v1 - name: Install dependencies - run: julia --project=benchmark -e 'Pkg; Pkg.instantiate()' + run: julia --project=benchmark -e 'using Pkg; Pkg.instantiate()' - name: Run benchmarks run: julia --project=benchmark -e 'using BenchmarkCI; BenchmarkCI.judge(; baseline = "origin/main")' - name: Post results