-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
MNT Add missing cython-lint install in lint workflow #31208
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Introduced by this commit in scikit-learn#31015: 620b0de MNT black → ruff format
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the fix!
I enabled auto-merge, this will be merged automatically when CI is green. |
@lesteve The thing is that CI cannot be green because the linter CI job is partly driven by |
Auto-merge will still work, it relies "required" check to be green and right now the GHA linting is not a "required" check. |
The linting workflow seems fine now in PRs for example #31202 (I just merged |
Reference Issues/PRs
See #31015.
What does this implement/fix? Explain your changes.
Fix bug introduced by this commit in #31015:
620b0de MNT black → ruff format
Any other comments?
See for example;
https://github.com/scikit-learn/scikit-learn/actions/runs/14468417323/job/40576084429?pr=31207
The linter issue cannot be entirely fixed within this PR, because the CI job is partly driven by
main
. See #31015 (review) and #31015 (review).