diff --git a/crates/uv/src/main.rs b/crates/uv/src/main.rs index c8fd9b79a1c..8dd6fc17575 100644 --- a/crates/uv/src/main.rs +++ b/crates/uv/src/main.rs @@ -614,6 +614,9 @@ async fn run() -> Result { Commands::Tool(ToolNamespace { command: ToolCommand::Run(args), }) => { + // Initialize the cache. + let cache = cache.init()?; + commands::run_tool( args.target, args.args,