Skip to content

Commit bc0c6e8

Browse files
committed
BLD: wasm
1 parent b221b68 commit bc0c6e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cibuildwheel.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ config-settings = {setup-args = ["--vsenv", "-Dallow-noblas=true"], build-dir="b
3636
repair-wheel-command = ""
3737

3838
[tool.cibuildwheel.pyodide]
39-
before-test = "pip install -r {project}/requirements/emscripten_test_requirements.txt"
39+
before-test = "pip install -r $GITHUB_WORKSPACE/numpy-src/requirements/emscripten_test_requirements.txt"
4040
# Pyodide ensures that the wheels are already repaired by auditwheel-emscripten
4141
repair-wheel-command = ""
4242
test-command = "python -m pytest --pyargs numpy -m 'not slow'"
4343

4444
[tool.cibuildwheel.pyodide.config-settings]
4545
build-dir = "build"
46-
setup-args = ["--cross-file=/home/runner/work/numpy-release/numpy-release/numpy-src/tools/ci/emscripten/emscripten.meson.cross", "-Dblas=none", "-Dlapack=none"]
46+
setup-args = ["--cross-file=$GITHUB_WORKSPACE/numpy-src/tools/ci/emscripten/emscripten.meson.cross", "-Dblas=none", "-Dlapack=none"]

0 commit comments

Comments
 (0)