Skip to content

Commit

Permalink
Fix asv paths in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Sep 25, 2024
1 parent 6b4dac0 commit 8e8fdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 8e8fdfb

Please sign in to comment.