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