Skip to content

Commit

Permalink
try different version scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed May 16, 2024
1 parent f7b4e3c commit 7deaec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asv-benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
cd benchmarks
asv machine --machine GH-Actions --os ubuntu-latest --arch x64 --cpu "2-core unknown" --ram 7GB
asv run v2024.02.0..main --skip-existing --parallel || true
asv run 2024.02.0..main --skip-existing --parallel || true
- name: Commit and push benchmark results
run: |
Expand Down

0 comments on commit 7deaec0

Please sign in to comment.