Skip to content

Commit

Permalink
Correct when the macOS statement is executed
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Jan 28, 2024
1 parent f174b1f commit c41833d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: ensure_pipx_on_macos
if: runner.os != 'macOS'
if: runner.os == 'macOS'
run: |
brew install pipx
pipx ensurepath
Expand Down

0 comments on commit c41833d

Please sign in to comment.