Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Oct 13, 2024
1 parent 1b89cef commit 3a89605
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 @@ -512,7 +512,7 @@ jobs:
CIBW_PRERELEASE_PYTHONS: 'True'
CIBW_TEST_REQUIRES: pytest setuptools pytest-xdist filelock
CIBW_TEST_COMMAND: 'python -m pytest {package}/src/c'
CIBW_TEST_COMMAND='python -m pytest {package}/src/c {project}/testing -n 4'
CIBW_TEST_COMMAND: 'python -m pytest {package}/src/c {project}/testing -n 4'
run: |
set -eux
Expand Down

0 comments on commit 3a89605

Please sign in to comment.