-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Update install_prerequisites scripts to match wiki #21642
Conversation
Assigning @Vir-8 for the first pass review of this PR. Thanks! |
@@ -35,7 +35,6 @@ | |||
MismatchType = Dict[str, Tuple[Optional[str], Optional[str]]] | |||
ValidatedMismatchType = Dict[str, Tuple[str, Optional[str]]] | |||
|
|||
# This is the version that is set in install_prerequisites.sh. |
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.
Not sure what this comment means, so I removed it (it doesn't seem to relate to the next line at all).
Hi @seanlip, there are some failing CI checks in your latest push If you think this is due to a flake, please file an issue before restarting the tests. Thanks! |
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
Unassigning @Vir-8 since they have already approved the PR. |
Hi @seanlip, this PR is ready to be merged. Please address any remaining comments prior to merging, and feel free to merge this PR once the CI checks pass and you're happy with it. Thanks! |
Overview
Essential Checklist
Please follow the instructions for making a code change.
Proof that changes are correct
A partial check is whether the Docker CI tests are passing since they make use of matplotlib, which was removed.