We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4443414 commit 84325faCopy full SHA for 84325fa
1 file changed
.github/workflows/wheels.yml
@@ -118,6 +118,7 @@ jobs:
118
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
119
CIBW_ENVIRONMENT: "CC='ccache gcc' CXX='ccache g++'"
120
CIBW_BEFORE_ALL: "yum install -y ccache || apt-get install -y ccache || true"
121
+ CIBW_BEFORE_BUILD: "pip install scipy-openblas64"
122
123
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
124
with:
0 commit comments