-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
MNT Set non-interactive installation mode for the pypy job #19461
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
The failures in: https://app.circleci.com/pipelines/github/scikit-learn/scikit-learn/11797/workflows/9c81a4ab-b514-475d-8b0d-2c5e7e0e1abf/jobs/132693 seems to be related with numerical precisions errors (further investigation required). |
To move this forward, we can XFAIL |
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 otherwise
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.
Thanks @alfaro96 !
What does this implement/fix? Explain your changes.
This PR fixes the
pypy
job using non-interactive mode for the installation process (required fortzdata
).