We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02785f9 commit 10e3400Copy full SHA for 10e3400
.github/workflows/test-smoketests.yml
@@ -42,6 +42,7 @@ jobs:
42
run: python test/smoketest.py test/testme.py --cpu-only
43
44
- name: multiprocessing smoke test
45
+ if: matrix.os != 'windows-latest'
46
run: python test/smoketest.py test/multiprocessing_test.py
47
48
# Note: test/smoketest.py only handles single JSON, rather than multiple in sequence.
0 commit comments