Skip to content

Commit

Permalink
use micromamba to get env path right
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored Jul 8, 2024
1 parent 25fd50e commit a4c1295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
timeout_minutes: 15
shell: bash
command: |
conda run -n temp coverage run --source=. --omit=py2opsin/__init__.py,setup.py,test/* -m unittest discover
micromamba run -n temp coverage run --source=. --omit=py2opsin/__init__.py,setup.py,test/* -m unittest discover
- name: Show Coverage
run: |
coverage report -m
Expand Down

0 comments on commit a4c1295

Please sign in to comment.