Skip to content

Commit

Permalink
pytest windows (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgraffg committed Sep 10, 2024
1 parent 232a91c commit b20c5a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- name: Tests on macOS and Windows
if: ${{ runner.os != 'Linux' }}
run: |
python -m pytest EvoMSA/tests
cd ..
python -m pytest EvoMSA/EvoMSA/tests
- name: coveralls
if: ${{ runner.os == 'Linux' }}
env:
Expand Down

0 comments on commit b20c5a6

Please sign in to comment.