Skip to content

Commit 6bd7802

Browse files
committed
Fix pytest invocation
1 parent 953dbf2 commit 6bd7802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
python setup.py build
2929
- name: Test with pytest
3030
run: |
31-
pytest -s --doctest-modules curtsies tests
31+
pytest -s --doctest-modules ./curtsies ./tests

0 commit comments

Comments
 (0)