mirror of https://github.com/python/cpython
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
|
@ -34,6 +34,7 @@ concurrency:
|
|||
jobs:
|
||||
mypy:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [
|
||||
"Lib/_pyrepl",
|
||||
|
|
Loading…
Reference in New Issue