Skip to content

Commit

Permalink
micromamba activate pmg in pytest step
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Apr 10, 2024
1 parent 93406b8 commit c837d78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,5 @@ jobs:
- name: pytest split ${{ matrix.split }}
run: |
micromamba run -n pmg pytest --splits 10 --group ${{ matrix.split }} --durations-path tests/files/.pytest-split-durations tests
micromamba activate pmg
pytest --splits 10 --group ${{ matrix.split }} --durations-path tests/files/.pytest-split-durations tests

0 comments on commit c837d78

Please sign in to comment.