Skip to content

Commit 1b941a5

Browse files
committed
Cannot run tests for pyodide wheels
1 parent b3e69b2 commit 1b941a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ jobs:
210210
CIBW_SKIP: 'cp27-* pp*'
211211
CIBW_DEPENDENCY_VERSIONS: pinned
212212
CIBW_PLATFORM: linux
213-
CIBW_TEST_COMMAND: python {project}/scripts/run-tests.py
213+
## Cannot run subprocesses on emscripten
214+
# CIBW_TEST_COMMAND: python {project}/scripts/run-tests.py
214215

215216
- uses: actions/upload-artifact@v7
216217
with:

0 commit comments

Comments
 (0)