Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Jun 15, 2023
1 parent 58bb63a commit bc6e9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"


Expand Down

0 comments on commit bc6e9c3

Please sign in to comment.