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 20a0131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
pip install -e .
pip install asv virtualenv
asv machine --yes
asv run
asv run --quick --dry-run -vvv
1 change: 1 addition & 0 deletions asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"matrix": {
"req": {
"numpy": ["", null],
"pip+virtualenv": [],
},
},
"env_dir": ".asv/env",
Expand Down

0 comments on commit 20a0131

Please sign in to comment.