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 bc0c6e8 commit 2d4c794Copy full SHA for 2d4c794
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=$GITHUB_WORKSPACE/numpy-src/tools/ci/emscripten/emscripten.meson.cross", "-Dblas=none", "-Dlapack=none"]
+setup-args = ["--cross-file=project/numpy-src/tools/ci/emscripten/emscripten.meson.cross", "-Dblas=none", "-Dlapack=none"]
0 commit comments