Skip to content

Commit 927b3c2

Browse files
committed
CI sklearn 1.6.1 is only available for cp313
1 parent 70e346b commit 927b3c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ jobs:
1212
uses: pypa/[email protected]
1313
env:
1414
CIBW_PLATFORM: pyodide
15+
CIBW_BUILD: cp313-*
1516
SKLEARN_SKIP_OPENMP_TEST: "true"
1617
SKLEARN_SKIP_NETWORK_TESTS: 1
1718
CIBW_TEST_REQUIRES: "pytest pandas"
1819
# -s pytest argument is needed to avoid an issue in pytest output capturing with Pyodide
1920
CIBW_TEST_COMMAND: "python -m pytest -svra --pyargs tests --durations 20 --showlocals"
20-
# scikit-learn wasm wheels are on scientific-python-nightly-wheels
21-
CIBW_BUILD_FRONTEND: 'pip; args: --pre --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" --only-binary :all:'
2221
- name: Upload package
2322
uses: actions/upload-artifact@v4
2423
with:

0 commit comments

Comments
 (0)