Skip to content

Commit

Permalink
install openblas for arch not having scipy wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored Sep 11, 2024
1 parent f24810e commit 0eb1077
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build twine pillow
- name: Install Ubuntu dependencies
run: |
# NOTE: not the same OpenBLAS version as in upstream CI (I'm being lazy here)
sudo apt-get update
sudo apt-get install -y libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev ccache
- name: Build sdist
run: python -m build --sdist
- name: Check the package
Expand Down

0 comments on commit 0eb1077

Please sign in to comment.