Skip to content

Commit

Permalink
activate test env
Browse files Browse the repository at this point in the history
  • Loading branch information
wx4stg authored Jul 9, 2024
1 parent 2614c1e commit e6363b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
init-shell: bash
- name: Test with pytest
run: |
micromamba activate base
micromamba activate pyxlma-tests
coverage run --source=pyxlma -m pytest --mpl --mpl-baseline-path=tests/truth/images/ --mpl-generate-summary=html,json --mpl-results-path=tests/mpl-results/ tests/
coverage xml
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit e6363b6

Please sign in to comment.