Skip to content

Commit

Permalink
Fix if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
palonso committed Jan 31, 2024
1 parent f31324f commit 491b2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- name: Install pipx
if: ${{ matrix.os == macos-14 }}
if: ${{ matrix.os == "macos-14" }}
run: brew install pipx
- name: Fetch release tags from GitHub
# Workaround for https://github.com/actions/checkout/issues/290
Expand Down

0 comments on commit 491b2f5

Please sign in to comment.