Skip to content

Commit

Permalink
fix windows build (#5336)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyranota authored Feb 20, 2025
1 parent 05150a0 commit 5740679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/windmill-worker/src/python_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@ async fn spawn_uv_install(
.args(&command_args[1..])
.stdout(Stdio::piped())
.stderr(Stdio::piped());
start_child_process(cmd, installer_path).await
start_child_process(cmd, "uv").await
}
}
}
Expand Down

0 comments on commit 5740679

Please sign in to comment.