From bc6e9c3af34e6738b858a200d2f90b7fcac840f3 Mon Sep 17 00:00:00 2001 From: Michael Clerx Date: Thu, 15 Jun 2023 13:58:36 +0100 Subject: [PATCH] Again --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b8fec90..099a903 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -18,7 +18,7 @@ jobs: if: (github.repository == 'myokit/beta') && !github.event.pull_request.draft strategy: - fail-fast: false # Continue even if other wheels fail + #fail-fast: false # Continue even if other wheels fail matrix: include: - os: ubuntu-latest @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@v3 - name: Remove windows binaries - if: (!startsWith(${{ matrix.os }}, 'windows')) + if: (!startsWith(matrix.os, 'windows')) run: "rm -rf myokit_beta/_bin/sundials-win-vs"