diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 93232791b..c16c80939 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -63,6 +63,7 @@ jobs: strategy: matrix: python-tag: ${{ fromJSON(inputs.python-tags) }} + fail-fast: false runs-on: ${{ inputs.runner-os }} steps: - name: Get build identifier for cibuildwheel