We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e69b2 commit 1b941a5Copy full SHA for 1b941a5
1 file changed
.github/workflows/wheels.yml
@@ -210,7 +210,8 @@ jobs:
210
CIBW_SKIP: 'cp27-* pp*'
211
CIBW_DEPENDENCY_VERSIONS: pinned
212
CIBW_PLATFORM: linux
213
- CIBW_TEST_COMMAND: python {project}/scripts/run-tests.py
+ ## Cannot run subprocesses on emscripten
214
+ # CIBW_TEST_COMMAND: python {project}/scripts/run-tests.py
215
216
- uses: actions/upload-artifact@v7
217
with:
0 commit comments