Skip to content

Commit 96d4272

Browse files
committed
wheel update
1 parent 3d62051 commit 96d4272

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build_test_deploy_all_wheels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
if: matrix.os == 'windows'
4747
run: python -m nox --sessions build_sdist
4848

49+
- name: Install openBLAS
50+
if: matrix.os == 'manylinux'
51+
run: |
52+
sudo apt-get update
53+
sudo apt-get install -y libopenblas-dev pkg-config cmake
54+
4955
- name: Build wheels
5056
run: |
5157
python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)