Skip to content

Commit

Permalink
Update asv workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Jul 28, 2023
1 parent 75f3849 commit cbc9ae8
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 @@ -29,7 +29,7 @@ jobs:
- name: Checkout project repository
uses: actions/checkout@v3
- name: Create ASV machine config file
run: asv machine --yes -v
run: asv machine --config $ASV_CONFIG --yes -v
- name: Run benchmarks with asv
run: asv run --config $ASV_CONFIG -v
- name: Run asv for PR and publish comment with comparison
Expand Down

0 comments on commit cbc9ae8

Please sign in to comment.