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

Use uv to install pip dependencies #1847

Merged
merged 1 commit into from
Feb 17, 2025
Merged

Use uv to install pip dependencies #1847

merged 1 commit into from
Feb 17, 2025

Conversation

alastair
Copy link
Member

@alastair alastair commented Feb 17, 2025

Description
The idea here is to speed up the build process, both for developers and deployment process, and also during PR jobs - uv pip install is about 4x faster than pip install

This saves another 30 seconds on the github actions, bringing total run time down from ~4 minutes to ~3:30

Should we use uv?
the uv pip commands are 100% compatible with pip.
uv is developed by a commercial company, which might give us concern. However, we're also planning on using ruff for formatting and linting, by the same company, so I don't see an issue bringing in another tool by them

@alastair alastair merged commit a321ae0 into master Feb 17, 2025
1 check passed
@alastair alastair deleted the use-uv branch February 17, 2025 12:51
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.

1 participant