Skip to content

Commit

Permalink
Clarify existing flag in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed May 13, 2024
1 parent c52e9cb commit 284295a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,17 @@ jobs:
shell: bash
run: |
python -mpip install --upgrade pip
# We install the project to benchmark because we run `asv check` with the `existing` flag.
python -mpip install .
python -mpip install asv
- name: Run asv check
shell: bash
run: |
cd benchmarks
# 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
build_sdist_wheels:
Expand Down

0 comments on commit 284295a

Please sign in to comment.