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

Integrate UV with Poetry for increased build speeds. #1563

Open
A-Shumway42 opened this issue Feb 19, 2025 · 0 comments
Open

Integrate UV with Poetry for increased build speeds. #1563

A-Shumway42 opened this issue Feb 19, 2025 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@A-Shumway42
Copy link
Member

Context

We want to integrate UV with Poetry to speed up our builds within Github Actions. This will help developers with wait times. UV is quite easy to drop in as a replacement for Poetry's installer. UV uses Poetry's lock format (poetry.lock) so we don't have to make major changes with the workflows.

Decision

We will use UV instead of Poetry's installer to handle the installation of our Python dependencies.

Consequences

UV installs dependencies significantly faster than Poetry, so we should see increased speeds within our builds in Github Actions.

Author

@A-Shumway42

Stakeholders

@ccostino

Next Steps

No response

@A-Shumway42 A-Shumway42 added the documentation Improvements or additions to documentation label Feb 19, 2025
@A-Shumway42 A-Shumway42 self-assigned this Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant