From 23a1a1a5742272bc7b0dc6fa6cab913ce072f6e1 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Sat, 6 Jul 2024 12:07:51 -0400 Subject: [PATCH] BUG: Fix bug with conditional (#57) --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 2012687..780bdf0 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -16,8 +16,8 @@ jobs: build_wheels: name: ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.python}} wheels runs-on: ${{ matrix.os }} - continue-on-error: true strategy: + fail-fast: false matrix: # macos-13 is an intel runner, macos-14 is apple silicon os: [ubuntu-latest, windows-latest, macos-13, macos-14]