From 722a2dfee09da9ed703d63b235fb52f6f5ce7038 Mon Sep 17 00:00:00 2001 From: Alex Ciobanu Date: Wed, 28 Feb 2024 13:26:28 -0500 Subject: [PATCH] Fixed boolean expression. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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