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 a43fe7a commit 2da433fCopy full SHA for 2da433f
cibuildwheel.toml
@@ -43,4 +43,4 @@ test-command = "python -m pytest --pyargs numpy -m 'not slow'"
43
44
[tool.cibuildwheel.pyodide.config-settings]
45
build-dir = "build"
46
-setup-args = ["--cross-file=./numpy-src/tools/ci/emscripten/emscripten.meson.cross", "-Dblas=none", "-Dlapack=none"]
+setup-args = ["--cross-file=/home/runner/work/numpy-release/numpy-release/numpy-src/tools/ci/emscripten/emscripten.meson.cross", "-Dblas=none", "-Dlapack=none"]
0 commit comments