Skip to content

Commit

Permalink
make pip wheel building CI test work again
Browse files Browse the repository at this point in the history
As pytest and pytest-xdist are no longer in requirements.txt, we need to install these manually in this test script.
  • Loading branch information
schaubh committed Dec 11, 2024
1 parent a3922e9 commit 00ab5e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
- name: "Run Python Tests"
run: |
source .venv/bin/activate
pip install pytest pytest-xdist
cd src && pytest -n auto -m "not ciSkip"
Expand Down

0 comments on commit 00ab5e0

Please sign in to comment.