Skip to content

Commit a41dadc

Browse files
committed
fix CIBW_TEST_COMMAND
1 parent 9c2260e commit a41dadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ jobs:
511511
CIBW_BUILD: ${{ matrix.spec }}
512512
CIBW_PRERELEASE_PYTHONS: 'True'
513513
CIBW_TEST_REQUIRES: pytest setuptools pytest-xdist filelock
514-
CIBW_TEST_COMMAND: 'python -m pytest {package}/src/c {project}/testing -n 4'
514+
CIBW_TEST_COMMAND: 'python -m pytest {package} -n 4'
515515
run: |
516516
set -eux
517517

0 commit comments

Comments
 (0)