We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bb63a commit bc6e9c3Copy full SHA for bc6e9c3
.github/workflows/wheels.yml
@@ -18,7 +18,7 @@ jobs:
18
if: (github.repository == 'myokit/beta') && !github.event.pull_request.draft
19
20
strategy:
21
- fail-fast: false # Continue even if other wheels fail
+ #fail-fast: false # Continue even if other wheels fail
22
matrix:
23
include:
24
- os: ubuntu-latest
@@ -57,7 +57,7 @@ jobs:
57
uses: actions/checkout@v3
58
59
- name: Remove windows binaries
60
- if: (!startsWith(${{ matrix.os }}, 'windows'))
+ if: (!startsWith(matrix.os, 'windows'))
61
run: "rm -rf myokit_beta/_bin/sundials-win-vs"
62
63
0 commit comments