-
Notifications
You must be signed in to change notification settings - Fork 8
fix: uv cache dir #1336
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
fix: uv cache dir #1336
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1336 +/- ##
=======================================
Coverage 95.00% 95.00%
=======================================
Files 42 42
Lines 2762 2762
=======================================
Hits 2624 2624
Misses 138 138 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
My original "fix" put the contents of the uv-cache at the root of the scratch directory. The new fix makes a new subdirectory, |
UV is currently caching directly into the scratch root, rather than it its own directory.
This puts a subdir
.uv-cacheinside of the scratch root.