mirror of
https://github.com/python/cpython.git
synced 2026-01-07 16:02:55 +00:00
Use fail-fast: false in mypy.yml (#119297)
See docs about this setting: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
This commit is contained in:
parent
e870c852c0
commit
b365332906
1 changed files with 1 additions and 0 deletions
1
.github/workflows/mypy.yml
vendored
1
.github/workflows/mypy.yml
vendored
|
|
@ -34,6 +34,7 @@ concurrency:
|
|||
jobs:
|
||||
mypy:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [
|
||||
"Lib/_pyrepl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue