Skip to content

Commit

Permalink
CI: Quick mamba test
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Feb 11, 2024
1 parent 7fcce3d commit 75131f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Build and test
run: |
pip install -e .
pip install asv virtualenv
mamba install libmambapy
pip install -U git+https://github.com/airspeed-velocity/asv.git@main
asv machine --yes
asv run --quick --dry-run
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": "conda",
"environment_type": "mamba",
"matrix": {
"req": {
"numpy": ["", null],
Expand Down

0 comments on commit 75131f6

Please sign in to comment.