From 491b2f5b488ab8b3acc926d542de466c28fbdd30 Mon Sep 17 00:00:00 2001 From: Pablo Alonso Date: Wed, 31 Jan 2024 17:25:00 +0100 Subject: [PATCH] Fix if statement --- .github/workflows/build-wheels-cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels-cibuildwheel.yml b/.github/workflows/build-wheels-cibuildwheel.yml index d4ec2ff5b..81860bd24 100644 --- a/.github/workflows/build-wheels-cibuildwheel.yml +++ b/.github/workflows/build-wheels-cibuildwheel.yml @@ -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