Skip to content

Commit

Permalink
Try install blas
Browse files Browse the repository at this point in the history
  • Loading branch information
vovaf709 committed Oct 13, 2023
1 parent 4cb3954 commit cee4d8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ 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
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ['setuptools', 'numpy<1.26.0', 'Cython<3.0.0']
requires = ['setuptools', 'numpy', 'Cython<3.0.0']
build-backend = 'setuptools.build_meta'

[project]
Expand Down

0 comments on commit cee4d8f

Please sign in to comment.