Skip to content

Commit

Permalink
do double init bash
Browse files Browse the repository at this point in the history
  • Loading branch information
wx4stg authored Jul 9, 2024
1 parent e6363b6 commit 8a28cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
init-shell: bash
- name: Test with pytest
run: |
eval "$(micromamba shell hook --shell bash)"
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
Expand Down

0 comments on commit 8a28cf2

Please sign in to comment.