Skip to content

Commit 10e3400

Browse files
committed
Disable non-working Windows test.
1 parent 02785f9 commit 10e3400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-smoketests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: python test/smoketest.py test/testme.py --cpu-only
4343

4444
- name: multiprocessing smoke test
45+
if: matrix.os != 'windows-latest'
4546
run: python test/smoketest.py test/multiprocessing_test.py
4647

4748
# Note: test/smoketest.py only handles single JSON, rather than multiple in sequence.

0 commit comments

Comments
 (0)