Skip to content

Commit

Permalink
Fix benchmark test run
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Apr 29, 2024
1 parent fd48fa0 commit 43c5a22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
key: benchmark-state-${{ hashFiles('benchmarks/**') }}

- name: Install dependencies
run: pip install asv
# TODO: revert once this PR is merged: https://github.com/airspeed-velocity/asv/pull/1397
run: pip install 'asv @ git+https://github.com/ivirshup/asv@fix-conda-usage'

- name: Configure ASV
working-directory: ${{ env.ASV_DIR }}
Expand Down

0 comments on commit 43c5a22

Please sign in to comment.