We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6363b6 commit 8a28cf2Copy full SHA for 8a28cf2
1 file changed
.github/workflows/python-package.yml
@@ -32,6 +32,7 @@ jobs:
32
init-shell: bash
33
- name: Test with pytest
34
run: |
35
+ eval "$(micromamba shell hook --shell bash)"
36
micromamba activate pyxlma-tests
37
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/
38
coverage xml
0 commit comments