Skip to content

Commit

Permalink
[3.13] Use fail-fast: false in mypy.yml (pythonGH-119297) (python…
Browse files Browse the repository at this point in the history
…#119304)

Use `fail-fast: false` in `mypy.yml` (pythonGH-119297)

See docs about this setting: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actionsGH-jobsjob_idstrategyfail-fast
(cherry picked from commit b365332)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
  • Loading branch information
miss-islington and sobolevn authored May 21, 2024
1 parent db64dae commit 49ad4d0
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 49ad4d0

Please sign in to comment.