Skip to content

Commit

Permalink
update environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored Oct 14, 2024
1 parent 7cf4ded commit 60a6f54
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 @@ -60,7 +60,7 @@ jobs:
timeout_minutes: 15
shell: bash
command: |
mamba run -n temp coverage run --source=. --omit=py2opsin/__init__.py,setup.py,test/* -m unittest discover
mamba run -n test 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 60a6f54

Please sign in to comment.