Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Usefail-fast: false
inmypy.yml
#119297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I think it makes sense not to cancel all other mypy builds if one fails.See docs about this setting:https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
Thanks@sobolevn for the PR, and@AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
See docs about this setting:https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actionsGH-jobsjob_idstrategyfail-fast(cherry picked from commitb365332)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Sorry,@sobolevn and@AlexWaygood, I could not cleanly backport this to
|
GH-119304 is a backport of this pull request to the3.13 branch. |
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 commitb365332)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
3.12 does not have this code:https://github.com/python/cpython/blob/3.12/.github/workflows/mypy.yml |
I think it makes sense not to cancel all other mypy builds if one fails.
See docs about this setting:https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast