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 927b3c2 commit cda1725Copy full SHA for cda1725
.github/workflows/emscripten.yml
@@ -8,16 +8,10 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
- - name: Build WSAM wheel
+ - name: Build WASM wheel
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"
21
- name: Upload package
22
uses: actions/upload-artifact@v4
23
with:
0 commit comments