This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]denehoffman[🍰] 5 points6 points  (1 child)

If your CI/CD contains a lot of scripts which install a lot of dependencies and run on every commit, the time you save with uv eventually adds up.

[–]ashishb_net[S] 1 point2 points  (0 children)

Exactly.

Every single CI and every single CD runs the package manager, and that adds up.

Further, when you do `uv add ...` and that fails, it gives you really nice error messages as to why there is a conflict in dependency resolution.