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 4547696
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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/asv/asv.git@main
asv machine --yes
asv run
asv run --quick --dry-run -vvv
2 changes: 1 addition & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"project_url": "http://github.com/HaoZeke/asv_builder_examples",
"repo": ".",
"branches": ["main"],
"environment_type": "virtualenv",
"environment_type": "conda",
"matrix": {
"req": {
"numpy": ["", null],
Expand Down

0 comments on commit 4547696

Please sign in to comment.