From f6b081a8d38bf17f78da679e056520019750b131 Mon Sep 17 00:00:00 2001 From: Hendrik Muhs Date: Sun, 3 Nov 2024 18:18:12 +0100 Subject: [PATCH] Update python-cibuildwheel.yml set fail-fast to false to prevent early cancellation --- .github/workflows/python-cibuildwheel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-cibuildwheel.yml b/.github/workflows/python-cibuildwheel.yml index 000a2ad43..035b5bf49 100644 --- a/.github/workflows/python-cibuildwheel.yml +++ b/.github/workflows/python-cibuildwheel.yml @@ -12,6 +12,7 @@ jobs: name: cibuildwheel ${{ matrix.os }}/${{ matrix.arch }}/${{ matrix.flavor }}/${{ matrix.target }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-22.04, macos-13] # separate archs, so they use individual caches