We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5424a4b commit 621e5a2Copy full SHA for 621e5a2
backend/windmill-worker/src/python_executor.rs
@@ -149,6 +149,7 @@ pub async fn uv_pip_compile(
149
let mut req_hash = format!("py-{}", calculate_hash(&requirements));
150
151
if no_uv || *USE_PIP_COMPILE {
152
+ logs.push_str(&format!("\nFallback to pip-compile (Deprecated!)"));
153
// Set no_uv if not setted
154
no_uv = true;
155
// Make sure that if we put #no_uv (switch to pip-compile) to python code or used `USE_PIP_COMPILE=true` variable.
0 commit comments