Skip to content

Commit 43de60d

Browse files
committed
Try to fix failing scipy build in cibuildwheel
1 parent 86b5fb9 commit 43de60d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ build-frontend = "build[uv]"
4444
test-command = "pytest {project}/tests"
4545
test-extras = ["test"]
4646
skip = "*-musllinux*" # Skip musllinux (conflicts with libcudacxx)
47+
# For some reason the github runner tries to install scipy from source and
48+
# fails with missing blas library. So let's prevent that:
49+
before-test = "uv pip install scipy --only-binary=:all:"
4750

4851
[tool.cibuildwheel.pyodide]
4952
build-frontend = {name = "build", args = ["--exports", "whole_archive"]}

0 commit comments

Comments
 (0)