Skip to content

Commit

Permalink
Set fail-fast to false
Browse files Browse the repository at this point in the history
Do not cancel other jobs if one fails
  • Loading branch information
lauraluebbert authored Jul 12, 2023
1 parent da3e566 commit 01e6035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
build:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
python: ['3.9', '3.10']
os: ['ubuntu-22.04']
Expand Down

0 comments on commit 01e6035

Please sign in to comment.