File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 5454
5555 - name : Build wheels
5656 uses : pypa/cibuildwheel@v3.0.0
57- env :
58- CIBW_ENABLE : cpython-prerelease
59- CIBW_ARCHS_WINDOWS : auto ARM64
6057 with :
6158 package-dir : .
6259 output-dir : wheelhouse
Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ build-frontend = "build[uv]"
4444test-command = " pytest {project}/tests"
4545test-extras = [" test" ]
4646skip = " *-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: --prerelease=allow"
5047
5148[tool .cibuildwheel .pyodide ]
5249build-frontend = {name = " build" , args = [" --exports" , " whole_archive" ]}
You can’t perform that action at this time.
0 commit comments