mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
fix supercache in presence of other deps
This commit is contained in:
@@ -1093,7 +1093,7 @@ async fn handle_python_job(
|
||||
.split("\n")
|
||||
.partition(|d| heavy_deps.iter().any(|hd| d.starts_with(hd)));
|
||||
|
||||
let _ = write_file(job_dir, "requirements.txt", ®ular.join("\n")).await?;
|
||||
let _ = write_file(job_dir, "requirements.txt", &requirements).await?;
|
||||
|
||||
let mut vars = vec![];
|
||||
if let Some(url) = pip_extra_index_url {
|
||||
|
||||
Reference in New Issue
Block a user