From 8e8fdfbf230e25f99ef3e4c50634071f036703a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Thu, 26 Sep 2024 00:12:46 +0300 Subject: [PATCH] Fix asv paths in CI --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 0db36247..627499dd 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -16,7 +16,7 @@ jobs: with: { pixi-version: v0.28.2, environments: asv, activate-environment: true } - name: Checkout historic performance data uses: actions/checkout@v4 - with: { path: ./asv/results, ref: asv } + with: { path: .asv/results, ref: asv } - name: Run benchmarks uses: flatsurf/actions/asv@main with: { packages: pixi }