Skip to content

Commit

Permalink
CI: remove deprecated asv option
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Sep 12, 2023
1 parent 0d4c099 commit 5eaad80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Run benchmarks
run: |
asv run -v --strict --show-stderr --config benchmarks/regression/asv.conf.json --cpu-affinity 0-7 --machine i7-6700K
asv run -v --show-stderr --config benchmarks/regression/asv.conf.json --cpu-affinity 0-7 --machine i7-6700K
- name: Checkout asv-results branch
uses: actions/checkout@v3
Expand Down

0 comments on commit 5eaad80

Please sign in to comment.