Skip to content

Commit

Permalink
Use fail-fast: false in mypy.yml (#119297)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored May 21, 2024
1 parent e870c85 commit b365332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ concurrency:
jobs:
mypy:
strategy:
fail-fast: false
matrix:
target: [
"Lib/_pyrepl",
Expand Down

0 comments on commit b365332

Please sign in to comment.