Skip to content

Commit 58d59b9

Browse files
committed
verbose and dep
1 parent 78c1465 commit 58d59b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
run: |
212212
python -m build --sdist --outdir dist/
213213
pip install dist/*.tar.gz -v
214-
pytest -s {project}/tests
214+
pytest -s tests
215215
working-directory: ./quaddtype
216216

217217
- name: Upload SDist artifact

0 commit comments

Comments
 (0)