We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2260e commit a41dadcCopy full SHA for a41dadc
1 file changed
.github/workflows/ci.yaml
@@ -511,7 +511,7 @@ jobs:
511
CIBW_BUILD: ${{ matrix.spec }}
512
CIBW_PRERELEASE_PYTHONS: 'True'
513
CIBW_TEST_REQUIRES: pytest setuptools pytest-xdist filelock
514
- CIBW_TEST_COMMAND: 'python -m pytest {package}/src/c {project}/testing -n 4'
+ CIBW_TEST_COMMAND: 'python -m pytest {package} -n 4'
515
run: |
516
set -eux
517
0 commit comments