You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running several CI pipelines in parallel (eg several GitHub runners on one Windows machine) - should I have one cache for all or several caches?
incorrect treatment of new packages - maybe also add this comment
best practices for running CI pipelines on Windows servers ( i.e. where the CI server might stay the same for years, while kubernetes-based pods might get recreated from template regularly).
e.g. as prompted in #5222 (comment)
How to remove old entries? (
uv cache prune
?)How to remove specific packages? (
uv cache clean <name>
)How to optimize size in CI?
The text was updated successfully, but these errors were encountered: