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 ed590c5 commit ff82bdaCopy full SHA for ff82bda
.github/workflows/emscripten.yml
@@ -67,12 +67,13 @@ jobs:
67
with:
68
persist-credentials: false
69
70
- - uses: pypa/cibuildwheel@6c426a3a17cfcadf4b6048de53653eba55d7ae4f # v2.23.2
+ - uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
71
env:
72
CIBW_PLATFORM: pyodide
73
SKLEARN_SKIP_OPENMP_TEST: "true"
74
SKLEARN_SKIP_NETWORK_TESTS: 1
75
CIBW_TEST_REQUIRES: "pytest pandas"
76
+ # -s pytest argument is needed to avoid an issue in pytest output capturing with Pyodide
77
CIBW_TEST_COMMAND: "python -m pytest -svra --pyargs sklearn --durations 20 --showlocals"
78
79
- name: Upload wheel artifact
0 commit comments