Skip to content

Commit cda1725

Browse files
committed
CI cibw pyodide setting of numpy
1 parent 927b3c2 commit cda1725

File tree

2 files changed

+436
-451
lines changed

2 files changed

+436
-451
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Build WSAM wheel
11+
- name: Build WASM wheel
1212
uses: pypa/[email protected]
1313
env:
1414
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"
2115
- name: Upload package
2216
uses: actions/upload-artifact@v4
2317
with:

0 commit comments

Comments
 (0)