diff --git a/crates/uv/src/commands/venv.rs b/crates/uv/src/commands/venv.rs index 490e98bdd..31b826f79 100644 --- a/crates/uv/src/commands/venv.rs +++ b/crates/uv/src/commands/venv.rs @@ -128,6 +128,7 @@ async fn venv_impl( // Instantiate a client. let client = RegistryClientBuilder::new(cache.clone()) + .index_urls(index_locations.index_urls()) .connectivity(connectivity) .build();