Skip to content

Commit

Permalink
ci: Don't fail fast for matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Feb 6, 2022
1 parent ea43b75 commit c89b0fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/poetry-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- 'windows-2019'
python-version:
- '3.10'
fail-fast: false
steps:
- uses: actions/checkout@v2

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/poetry-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- 'ubuntu-18.04'
python-version:
- '3.10'
fail-fast: false
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit c89b0fc

Please sign in to comment.