Skip to content

Commit

Permalink
Install pipx before the cibuildwheel action (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Jun 24, 2022
1 parent a8b469b commit 815ce9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -111,6 +111,10 @@ jobs:
with:
python-version: ${{ matrix.python.major-dot-minor }}

- name: Install pipx
run: |
pip install pipx
- name: Build and test
uses: pypa/cibuildwheel@v2.7.0
with:
Expand Down

0 comments on commit 815ce9a

Please sign in to comment.