Skip to content
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

[ci] use uv to manage Python and pip dependencies #24779

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Conversation

nbdd0121
Copy link
Contributor

@nbdd0121 nbdd0121 commented Oct 14, 2024

The GitHub-provided setup-python action does not create portable binaries (actions/setup-python#871) and can cause failure for bitstream cache. Instead, ask uv to manage our dependencies.

The GitHub-provided setup-python action does not create portable
binaries and can cause failure for bitstream cache. Instead, ask
uv to manage our dependencies.

Signed-off-by: Gary Guo <[email protected]>
Copy link
Contributor

@jwnrt jwnrt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, LGTM

@nbdd0121 nbdd0121 marked this pull request as ready for review October 14, 2024 13:43
@nbdd0121 nbdd0121 merged commit 43e48cf into lowRISC:master Oct 14, 2024
13 checks passed
@nbdd0121 nbdd0121 deleted the uv branch October 14, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants