Skip to content

Commit e6363b6

Browse files
authored
activate test env
1 parent 2614c1e commit e6363b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
init-shell: bash
3333
- name: Test with pytest
3434
run: |
35-
micromamba activate base
35+
micromamba activate pyxlma-tests
3636
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/
3737
coverage xml
3838
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)