|
|
|
@@ -13,7 +13,7 @@ async fn main() -> eyre::Result<()> { |
|
|
|
|
|
|
|
let uv = get_uv_path().context("Could not get uv binary")?; |
|
|
|
|
|
|
|
run(&uv, &["venv", "-p", "3.10", "--seed"], None) |
|
|
|
run(&uv, &["venv", "-p", "3.11", "--seed"], None) |
|
|
|
.await |
|
|
|
.context("failed to create venv")?; |
|
|
|
|
|
|
|
|