8000 [3.13] Use `fail-fast: false` in `mypy.yml` (GH-119297) (#119304) · python/cpython@49ad4d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49ad4d0

Browse files
[3.13] Use fail-fast: false in mypy.yml (GH-119297) (#119304)
Use `fail-fast: false` in `mypy.yml` (GH-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>
1 parent db64dae commit 49ad4d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ concurrency:
3434
jobs:
3535
mypy:
3636
strategy:
37+
fail-fast: false
3738
matrix:
3839
target: [
3940
"Lib/_pyrepl",

0 commit comments

Comments
 (0)
0