Skip to content

Commit bc6e9c3

Browse files
committed
Again
1 parent 58bb63a commit bc6e9c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: (github.repository == 'myokit/beta') && !github.event.pull_request.draft
1919

2020
strategy:
21-
fail-fast: false # Continue even if other wheels fail
21+
#fail-fast: false # Continue even if other wheels fail
2222
matrix:
2323
include:
2424
- os: ubuntu-latest
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v3
5858

5959
- name: Remove windows binaries
60-
if: (!startsWith(${{ matrix.os }}, 'windows'))
60+
if: (!startsWith(matrix.os, 'windows'))
6161
run: "rm -rf myokit_beta/_bin/sundials-win-vs"
6262

6363

0 commit comments

Comments
 (0)