Skip to content

Commit

Permalink
ci: add pipx installation for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwnvol committed Mar 12, 2024
1 parent d1073f9 commit c6edf90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
path: OpenBLAS
search_artifacts: true

- name: Install requirements
- name: Install pipx # NOTE: required only for arm64
if: startsWith(matrix.config.arch[0], 'arm64')
run: |
brew install pipx
Expand Down

0 comments on commit c6edf90

Please sign in to comment.