Skip to content

Commit

Permalink
disable fail-fast to avoid blocking merges on failed builds (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti authored Jul 8, 2022
1 parent 0b62075 commit 04a9999
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 @@ -57,6 +57,7 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev", "pypy3"]
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down

0 comments on commit 04a9999

Please sign in to comment.