]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Use `fail-fast: false` in `mypy.yml` (GH-119297) (#119304)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 May 2024 12:47:00 +0000 (14:47 +0200)
committerGitHub <noreply@github.com>
Tue, 21 May 2024 12:47:00 +0000 (12:47 +0000)
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 b36533290608aed757f6eb16869a679650d32e17)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
.github/workflows/mypy.yml

index 35996f237814baf3b53c6bc0a07c9b71ff189beb..1b2d998182e0f746b6be112b0186d7bda1ffb4a2 100644 (file)
@@ -34,6 +34,7 @@ concurrency:
 jobs:
   mypy:
     strategy:
+      fail-fast: false
       matrix:
         target: [
           "Lib/_pyrepl",