We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2f18c commit 1dbb8d5Copy full SHA for 1dbb8d5
1 file changed
.github/workflows/test.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Test code with pytest
65
run: |
66
- python -m pytest ./python --doctest-modules
+ python -m pytest ./python/tests --doctest-modules
67
68
test-on-macos:
69
name: Test on macOS
@@ -115,7 +115,7 @@ jobs:
115
116
117
118
119
120
test-on-windows:
121
name: Test on Windows
@@ -166,4 +166,4 @@ jobs:
166
167
168
169
0 commit comments