Skip to content

Commit 1dbb8d5

Browse files
committed
Fix GitHub workflows
1 parent 0c2f18c commit 1dbb8d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Test code with pytest
6565
run: |
66-
python -m pytest ./python --doctest-modules
66+
python -m pytest ./python/tests --doctest-modules
6767
6868
test-on-macos:
6969
name: Test on macOS
@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: Test code with pytest
117117
run: |
118-
python -m pytest ./python --doctest-modules
118+
python -m pytest ./python/tests --doctest-modules
119119
120120
test-on-windows:
121121
name: Test on Windows
@@ -166,4 +166,4 @@ jobs:
166166
167167
- name: Test code with pytest
168168
run: |
169-
python -m pytest ./python --doctest-modules
169+
python -m pytest ./python/tests --doctest-modules

0 commit comments

Comments
 (0)