Skip to content

Commit

Permalink
Removed pytest-xdist from deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmkenney committed Nov 9, 2023
1 parent c8d0f97 commit c2c7976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ jobs:
- name: install test deps
run: |
pip install pytest pytest-xdist MDAnalysisTests
pip install pytest MDAnalysisTests
- name: run_tests
run: |
pytest -n auto -v --pyargs mdaencore
pytest -v --pyargs mdaencore

0 comments on commit c2c7976

Please sign in to comment.