Skip to content

Commit ff82bda

Browse files
authored
CI Fix pyodide wheel testing (scikit-learn#31145)
1 parent ed590c5 commit ff82bda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,13 @@ jobs:
6767
with:
6868
persist-credentials: false
6969

70-
- uses: pypa/cibuildwheel@6c426a3a17cfcadf4b6048de53653eba55d7ae4f # v2.23.2
70+
- uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
7171
env:
7272
CIBW_PLATFORM: pyodide
7373
SKLEARN_SKIP_OPENMP_TEST: "true"
7474
SKLEARN_SKIP_NETWORK_TESTS: 1
7575
CIBW_TEST_REQUIRES: "pytest pandas"
76+
# -s pytest argument is needed to avoid an issue in pytest output capturing with Pyodide
7677
CIBW_TEST_COMMAND: "python -m pytest -svra --pyargs sklearn --durations 20 --showlocals"
7778

7879
- name: Upload wheel artifact

0 commit comments

Comments
 (0)