We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab927a5 commit 2f65df3Copy full SHA for 2f65df3
.github/workflows/temp.yml
@@ -63,7 +63,7 @@ jobs:
63
CIBW_REPAIR_WHEEL_COMMAND: 'delvewheel repair -w {dest_dir} {wheel}'
64
CIBW_TEST_COMMAND: |
65
pip install {package}[test]
66
- python -m pytest -v ./quaddtype/tests
+ python -m pytest -v {project}/test
67
CIBW_TEST_EXTRAS: 'test'
68
CIBW_TEST_FAIL_FAST: 1
69
shell: pwsh
build_wheel.yml
@@ -211,7 +211,7 @@ jobs:
211
212
213
214
- pytest {project}/tests
+ pytest {project}/tests
215
216
217
0 commit comments