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

Investigate using uv instead of pip in CI #86

Open
vyasr opened this issue Jul 22, 2024 · 0 comments
Open

Investigate using uv instead of pip in CI #86

vyasr opened this issue Jul 22, 2024 · 0 comments

Comments

@vyasr
Copy link
Contributor

vyasr commented Jul 22, 2024

uv installs packages faster than pip and would potentially result in meaningfully faster builds (especially if eventually coupled with a package cache as discussed in #51). However, uv does have some noted incompatibilities with pip behavior that we will need to consider, such as the direct reference issue noted in #85. We can't use uv quite yet, but once #85 is resolved it would be worthwhile testing it out to see how close we are.

@bdice bdice changed the title Invstigate using uv instead of pip in CI Investigate using uv instead of pip in CI Aug 21, 2024
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

No branches or pull requests

1 participant