diff --git a/crates/tower-uv/src/lib.rs b/crates/tower-uv/src/lib.rs index f625307f..3320f25e 100644 --- a/crates/tower-uv/src/lib.rs +++ b/crates/tower-uv/src/lib.rs @@ -161,6 +161,7 @@ impl Uv { .arg("--color") .arg("never") .arg("--no-progress") + .arg("--quiet") .arg("sync") .envs(env_vars); @@ -191,6 +192,7 @@ impl Uv { .current_dir(cwd) .arg("--color") .arg("never") + .arg("--quiet") .arg("pip") .arg("install") .arg("-r")