Skip to content

Commit

Permalink
Run asv check in CI with the two new configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed May 24, 2024
1 parent cc2b04d commit 1c44673
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jobs:
# With `existing`, the benchmarked project must be already installed, including all dependencies.
# see https://asv.readthedocs.io/en/v0.6.3/commands.html#asv-check
asv check -v -E existing
asv check -v -E existing --config $GITHUB_WORKSPACE/benchmarks/asv.pip.conf.json
asv check -v -E existing --config $GITHUB_WORKSPACE/benchmarks/asv.latest-github.conf.json
build_sdist_wheels:
name: Build source distribution
Expand Down

0 comments on commit 1c44673

Please sign in to comment.