BLD: uv install instructions, and tests for all build paths#31804
Open
scottshambaugh wants to merge 3 commits into
Open
BLD: uv install instructions, and tests for all build paths#31804scottshambaugh wants to merge 3 commits into
scottshambaugh wants to merge 3 commits into
Conversation
30d51f9 to
f82f26f
Compare
f82f26f to
d06fb00
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR summary
Towards #30877.
This documents how to install matplotlib using
uv. Additionally, it consolidates and tests all documented build paths in a new action. I've omitted addinguv.lockfor now.Pixi is handled in #31384, though note that uv is easier since it needs no additional configuration to work out of the box.
This does add 12 build smoke tests over 3 actions, which may be overkill. I'm open to thoughts on how many of these are really needed, but the ubuntu conda failure is surfacing the real issue in #30961 so I'm inclined to say these are worth keeping.
AI Disclosure
Claude code took a first pass, manually touched up and rewrote the docs.
PR checklist