Skip to content

Commit de4b094

Browse files
committed
TST: Fix test command on Windows
1 parent bda0043 commit de4b094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ jobs:
186186
- name: Test
187187
run: |
188188
cd integration_test/build
189-
ctest --verbose --output-on-failure
189+
python -m pytest -v

0 commit comments

Comments
 (0)