Skip to content

Commit

Permalink
Disable fast-fail and ensure pipx on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Jan 28, 2024
1 parent 973c5b5 commit b12a098
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,18 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
fail-fast: false
os: [ubuntu-latest, windows-latest, macos-latest, macos-latest-xlarge]

steps:
- uses: actions/checkout@v4

- name: ensure_pipx_on_macos
if: runner.os != 'macOS'
run: |
brew install pipx
pipx ensurepath
- name: build_wheels
uses: pypa/cibuildwheel@v2.16.3

Expand Down

0 comments on commit b12a098

Please sign in to comment.