We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2614c1e commit e6363b6Copy full SHA for e6363b6
1 file changed
.github/workflows/python-package.yml
@@ -32,7 +32,7 @@ jobs:
32
init-shell: bash
33
- name: Test with pytest
34
run: |
35
- micromamba activate base
+ micromamba activate pyxlma-tests
36
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/
37
coverage xml
38
- name: Upload coverage reports to Codecov
0 commit comments