Skip to content

Commit

Permalink
Refactor Homebrew installation steps in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdewitt committed Jan 9, 2025
1 parent d676862 commit 8d79293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Homebrew install blas/lapack
- name: install homebrew
uses: Homebrew/actions/setup-homebrew@master
run: |
brew install openblas lapack
- name: install blas/lapack
run: brew install openblas lapack

- name: Install
run: |
Expand Down

0 comments on commit 8d79293

Please sign in to comment.