Skip to content

Commit

Permalink
run with conda run
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored Jul 8, 2024
1 parent 05e48c2 commit 25fd50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
with:
max_attempts: 3
timeout_minutes: 15
shell: bash -el {0}
shell: bash
command: |
coverage run --source=. --omit=py2opsin/__init__.py,setup.py,test/* -m unittest discover
conda 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 25fd50e

Please sign in to comment.