Skip to content

Commit

Permalink
Fixed boolean expression.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ciobanu committed Feb 28, 2024
1 parent 29aee63 commit 722a2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
platforms: all

- name: Maker sure pipx is installed for the newer, more streamlined, macOS runners.
if: runner.platform == 'darwin' and runner.release >= 14
if: runner.platform == 'darwin' && runner.release >= 14
run: |
brew install pipx
pipx ensurepath
Expand Down

0 comments on commit 722a2df

Please sign in to comment.