File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1517,7 +1517,6 @@ def wf(name: str = "flyteorg"):
15171517 :param default_options: Default options for the workflow when creating a default launch plan. Currently only
15181518 the labels and annotations are allowed to be set as defaults.
15191519 """
1520- print ("in the workflowwwwww" )
15211520 def wrapper (fn : Callable [P , FuncOut ]) -> PythonFunctionWorkflow :
15221521 workflow_metadata = WorkflowMetadata (on_failure = failure_policy or WorkflowFailurePolicy .FAIL_IMMEDIATELY )
15231522
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ def wf(name: str):
2222
2323
2424if __name__ == "__main__" :
25+ """
26+ uv pip install -e . # flytekit
27+ uv pip install flyte
28+ python migrate_examples/hello.py
29+ """
2530 import flyte
2631 flyte .init_from_config (log_level = logging .DEBUG )
2732 run = flyte .with_runcontext (log_level = logging .DEBUG ).run (wf , name = "flyte" )
You can’t perform that action at this time.
0 commit comments