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:
Charlie Marsh 2024-02-20 09:49:16 -05:00 committed by GitHub
parent f668fd8d59
commit dd7d533411
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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();