Skip to content

Commit

Permalink
Updated workflows to use pytest-xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed May 11, 2024
1 parent 661cf71 commit fb4943d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install libsndfile1
python -m pip install --upgrade pip
python -m pip install pytest hypothesis coverage pytest-coverage html5lib
python -m pip install pytest pytest-xdist hypothesis coverage pytest-coverage html5lib
python -m pip install ".[all]"
- name: Run Tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install libsndfile1
python -m pip install --upgrade pip
python -m pip install pytest hypothesis ruff pyright html5lib
python -m pip install pytest pytest-xdist hypothesis ruff pyright html5lib
python -m pip install ".[all]"
- name: Make sure types are consistent
run: pyright src
Expand Down

0 comments on commit fb4943d

Please sign in to comment.