add tracing debug to pip compile

This commit is contained in:
Ruben Fiszel
2024-02-09 22:38:52 +01:00
committed by GitHub
parent ec67ebf5cd
commit 5408eafdc1
@@ -169,6 +169,7 @@ pub async fn pip_compile(
if let Some(cert_path) = PIP_INDEX_CERT.as_ref() {
args.extend(["--cert", cert_path]);
}
tracing::debug!("pip-compile args: {:?}", args);
let mut child_cmd = Command::new("pip-compile");
child_cmd