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

Add UV_NO_CACHE environment variable #1383

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Add UV_NO_CACHE environment variable #1383

merged 1 commit into from
Feb 15, 2024

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Feb 15, 2024

It's a little picky about the value, but that seems okay.

❯ ./target/debug/uv pip install trio
Audited 1 package in 4ms
❯ UV_NO_CACHE=true ./target/debug/uv pip install trio
Audited 1 package in 50ms

Closes #1382

@zanieb zanieb added the enhancement New feature or request label Feb 15, 2024
@zanieb zanieb enabled auto-merge (squash) February 15, 2024 23:32
@zanieb zanieb merged commit c6a43e9 into main Feb 15, 2024
7 checks passed
@zanieb zanieb deleted the zb/no-cache branch February 15, 2024 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for UV_CACHE_DIR=/dev/null or equivalent
2 participants