Skip to content

Commit

Permalink
Replace Ubuntu and macOS blas/lapack installation steps with Homebrew…
Browse files Browse the repository at this point in the history
… setup
  • Loading branch information
wsdewitt committed Jan 9, 2025
1 parent 866d799 commit d676862
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install blas/lapack if ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install libblas-dev liblapack-dev
- name: Install blas/lapack if macos
if: matrix.os == 'macos-15-large'
- name: Homebrew install blas/lapack
uses: Homebrew/actions/setup-homebrew@master
run: |
brew install openblas lapack
Expand Down

0 comments on commit d676862

Please sign in to comment.