We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d62051 commit 96d4272Copy full SHA for 96d4272
1 file changed
.github/workflows/build_test_deploy_all_wheels.yml
@@ -46,6 +46,12 @@ jobs:
46
if: matrix.os == 'windows'
47
run: python -m nox --sessions build_sdist
48
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
+
55
- name: Build wheels
56
run: |
57
python -m cibuildwheel --output-dir wheelhouse
0 commit comments