feat: execute node python version
This commit is contained in:
@@ -24,6 +24,7 @@ export const EMPTY_NODE_FORM = {
|
||||
retryIntervalSec: "5",
|
||||
argumentsJson: "{}",
|
||||
envRefsJson: "{}",
|
||||
pythonVersion: "3.12" as "3.8" | "3.10" | "3.12",
|
||||
};
|
||||
|
||||
export const RUN_STATUS_LABELS: Record<string, string> = {
|
||||
|
||||
Reference in New Issue
Block a user