mirror of
https://github.com/astral-sh/uv
synced 2026-01-24 15:00:18 -05:00
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