mirror of https://github.com/astral-sh/uv
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:
parent
f668fd8d59
commit
dd7d533411
|
|
@ -128,6 +128,7 @@ async fn venv_impl(
|
||||||
|
|
||||||
// Instantiate a client.
|
// Instantiate a client.
|
||||||
let client = RegistryClientBuilder::new(cache.clone())
|
let client = RegistryClientBuilder::new(cache.clone())
|
||||||
|
.index_urls(index_locations.index_urls())
|
||||||
.connectivity(connectivity)
|
.connectivity(connectivity)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue