Skip to content

Commit

Permalink
Run test in serial
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Apr 25, 2020
1 parent 021f5d1 commit c536171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
run: pip install .
- name: Test with pytest
run: |
pip install pytest pytest-xdist
DATA_REPO_GIT="" pytest -v -n auto test/
pip install pytest
DATA_REPO_GIT="" pytest -v test/

0 comments on commit c536171

Please sign in to comment.