-
-
Notifications
You must be signed in to change notification settings - Fork 183
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 best practice dependency management #1188
Comments
Recently, I started to introduce uv in other projects and I believe we could benefit here as well:
@thehesiod, @webknjaz: Any thoughts? |
You could try. I'm not migrating just yet. |
given it's only used for internal management seems ok to try if it gives us a Speed boost. make sure to integrate with GitHub caching. curious as at work we're on pipenv and it's very slow to sync and lock. |
Yes, it's lightning fast. A complete game changer IMO. |
The "lock files" are currently implemented the same way as in poetry. Hence the same corner cases. I'd like to see the new PEP accepted and implemented instead... |
You think it'll ever land? :-) |
Of course, there was a lot of good discussion around it. |
PR is ready for review: #1257
Caching for uv in GitHub Actions was recently enabled by default. Speed in CI/CD has improved significantly.
The real game changer is speed AND ease of use when setting up local development environment and keeping it up-to-date. |
Originally posted by @webknjaz in #1185 (comment)
The text was updated successfully, but these errors were encountered: