Skip to content

Commit 8a28cf2

Browse files
authored
do double init bash
1 parent e6363b6 commit 8a28cf2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
init-shell: bash
3333
- name: Test with pytest
3434
run: |
35+
eval "$(micromamba shell hook --shell bash)"
3536
micromamba activate pyxlma-tests
3637
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/
3738
coverage xml

0 commit comments

Comments
 (0)