Skip to content

Commit

Permalink
fix CIBW_TEST_COMMAND
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Oct 13, 2024
1 parent 9c2260e commit b9ea675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ jobs:
CIBW_BUILD: ${{ matrix.spec }}
CIBW_PRERELEASE_PYTHONS: 'True'
CIBW_TEST_REQUIRES: pytest setuptools pytest-xdist filelock
CIBW_TEST_COMMAND: 'python -m pytest {package}/src/c {project}/testing -n 4'
CIBW_TEST_COMMAND: 'cd {project}; PYTHONUNBUFFERED=1 pytest -n 4'
run: |
set -eux
Expand Down

0 comments on commit b9ea675

Please sign in to comment.