Skip to content

Commit

Permalink
Merge pull request #67 from SciKit-Surgery/66-continue-on-error
Browse files Browse the repository at this point in the history
Issue #66 added continue on error
  • Loading branch information
thompson318 committed May 16, 2023
2 parents 9d3fa76 + 3d237b6 commit 4a5fce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{cookiecutter.project_slug}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
experimental: true

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4a5fce3

Please sign in to comment.