Skip to content

Commit

Permalink
ci: add missing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwnvol committed Mar 12, 2024
1 parent 5a65345 commit 698260e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ jobs:
path: OpenBLAS
search_artifacts: true

- name: Install requirements
run: |
brew install pipx
brew install [email protected]
- name: Set up the configuration file
run: |
python3 setup_site.py openblas openblas ${{ github.workspace }}/OpenBLAS/lib ${{ github.workspace }}/OpenBLAS/include
Expand Down

0 comments on commit 698260e

Please sign in to comment.