Merge branch 'main' into python-uv

This commit is contained in:
pyranota
2024-10-31 14:03:32 +00:00
committed by GitHub
27 changed files with 269 additions and 158 deletions

View File

@@ -1054,6 +1054,9 @@ pub async fn handle_python_reqs(
let mut req_with_penv: Vec<(String, String)> = vec![];
for req in requirements {
if req.starts_with('#') {
continue;
}
let py_prefix = if no_uv_install {
PIP_CACHE_DIR
} else {