Skip to content

Commit

Permalink
Manually install numpy w/o blas for build
Browse files Browse the repository at this point in the history
  • Loading branch information
vovaf709 committed Oct 16, 2023
1 parent 516cfdb commit 5089195
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@ jobs:
ln -sf /usr/local/bin/gcc-12 /usr/local/bin/gcc
ls /usr/local/bin/gcc*
gcc --version
- name: Install blas for i686
if: matrix.os == 'ubuntu-20.04'
run: |
sudo apt-get install libopenblas-dev pkg-config
- name: Build wheels
run: |
python -m pip install --upgrade pip
pip install "numpy<2.0.0" -C-Dallow-noblas=true
python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ENVIRONMENT_MACOS: >
Expand Down

0 comments on commit 5089195

Please sign in to comment.