Skip to content

Commit

Permalink
CI: Quicker runs
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Feb 11, 2024
1 parent 5b51a2a commit e6a041d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Build and test
run: |
pip install -e .
pip install asv virtualenv
pip install virtualenv
pip install -U git+https://github.com/airspeed-velocity/asv.git@main
asv machine --yes
asv run
asv run --quick --dry-run -vvv

0 comments on commit e6a041d

Please sign in to comment.