Skip to content

Commit

Permalink
Install pipx on m1
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyjlaurent committed Dec 13, 2023
1 parent f96b479 commit ea942bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ jobs:
if: ${{ matrix.arch == 'aarch64' || matrix.arch == 'ppc64le' }}
name: Set up QEMU

- name: Install pipx
if: ${{ matrix.os == 'macos-13-xlarge' }}
run: |
pip install pipx
- name: Build wheels
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit ea942bb

Please sign in to comment.