add home in uv pip compile env

This commit is contained in:
Ruben Fiszel
2024-12-09 20:53:43 +01:00
parent da3446e6fd
commit 2db7f07c87

View File

@@ -329,6 +329,7 @@ pub async fn uv_pip_compile(
let mut child_cmd = Command::new(uv_cmd);
child_cmd
.current_dir(job_dir)
.env("HOME", HOME_ENV.to_string())
.args(&args)
.stdout(Stdio::piped())
.stderr(Stdio::piped());