Set index URLs for seeding venv (#1755)
Just an oversight due to builder pattern. Closes https://github.com/astral-sh/uv/issues/1752.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user