Skip to content

Commit 84325fa

Browse files
committed
fix: install scipy-openblas64 before building numpy wheel
Signed-off-by: Bruno Verachten <gounthar@gmail.com>
1 parent 4443414 commit 84325fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
119119
CIBW_ENVIRONMENT: "CC='ccache gcc' CXX='ccache g++'"
120120
CIBW_BEFORE_ALL: "yum install -y ccache || apt-get install -y ccache || true"
121+
CIBW_BEFORE_BUILD: "pip install scipy-openblas64"
121122

122123
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
123124
with:

0 commit comments

Comments
 (0)