Skip to content

Commit 2f65df3

Browse files
committed
fixing setup
1 parent ab927a5 commit 2f65df3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/temp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
CIBW_REPAIR_WHEEL_COMMAND: 'delvewheel repair -w {dest_dir} {wheel}'
6464
CIBW_TEST_COMMAND: |
6565
pip install {package}[test]
66-
python -m pytest -v ./quaddtype/tests
66+
python -m pytest -v {project}/test
6767
CIBW_TEST_EXTRAS: 'test'
6868
CIBW_TEST_FAIL_FAST: 1
6969
shell: pwsh

build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
CIBW_REPAIR_WHEEL_COMMAND: 'delvewheel repair -w {dest_dir} {wheel}'
212212
CIBW_TEST_COMMAND: |
213213
pip install {package}[test]
214-
pytest {project}/tests
214+
pytest {project}/tests
215215
CIBW_TEST_EXTRAS: 'test'
216216
CIBW_TEST_FAIL_FAST: 1
217217
shell: pwsh

0 commit comments

Comments
 (0)