diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8acf4d4..5e51bf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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