Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Install xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Apr 25, 2020
1 parent 9cb6e0c commit 1954d97
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 -v test/
pip install pytest pytest-xdist
pytest -v -n auto test/

0 comments on commit 1954d97

Please sign in to comment.