Skip to content

Commit

Permalink
Maybe Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vovaf709 committed Oct 13, 2023
1 parent cee4d8f commit 8ac41fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
gcc --version
- name: Install blas for i686
if: matrix.os == 'ubuntu-20.04'
run: sudo apt-get install libopenblas-dev
run: |
sudo apt-get install libopenblas-dev
export PKG_CONFIG_PATH="/usr/lib/x86_64-linux-gnu/openblas-pthread/pkgconfig"
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
Expand Down

0 comments on commit 8ac41fb

Please sign in to comment.