Skip to content

Commit

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

Please sign in to comment.