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 70e346b commit 927b3c2Copy full SHA for 927b3c2
.github/workflows/emscripten.yml
@@ -12,13 +12,12 @@ jobs:
12
uses: pypa/[email protected]
13
env:
14
CIBW_PLATFORM: pyodide
15
+ CIBW_BUILD: cp313-*
16
SKLEARN_SKIP_OPENMP_TEST: "true"
17
SKLEARN_SKIP_NETWORK_TESTS: 1
18
CIBW_TEST_REQUIRES: "pytest pandas"
19
# -s pytest argument is needed to avoid an issue in pytest output capturing with Pyodide
20
CIBW_TEST_COMMAND: "python -m pytest -svra --pyargs tests --durations 20 --showlocals"
- # 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:'
22
- name: Upload package
23
uses: actions/upload-artifact@v4
24
with:
0 commit comments