Skip to content

Commit

Permalink
ci: try better self-hosted mamba env
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Sep 11, 2024
1 parent 182eaa6 commit 92dd374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
- name: Run Tests
run: |
source ~/.bashrc
micromamba activate testenv
python -m pytest -k "gpu" --cov=matvis --cov-config=.coveragerc --cov-report xml:./coverage.xml --durations=25 --log-cli-level=INFO
- name: Upload coverage report
Expand Down

0 comments on commit 92dd374

Please sign in to comment.