File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ pull:
18
18
- prefect.deployments.steps.git_clone :
19
19
id : clone-omnipy-examples
20
20
repository : https://github.com/fairtracks/omnipy_examples.git
21
-
22
- # - prefect.deployments.steps.pip_install_requirements:
23
- # directory: "{{ clone-omnipy-examples.directory }}"
24
- # requirements_file: requirements.txt
25
- # stream_output: true
21
+ - prefect.deployments.steps.pip_install_requirements :
22
+ directory : { { clone-clone-omnipy-examples.directory } }
23
+ requirements_file : requirements.txt
24
+ stream_output : False
25
+ - prefect.deployments.steps.set_working_directory :
26
+ directory : { { clone-omnipy-examples.directory } }
26
27
27
28
# the deployments section allows you to provide configuration for deploying flows
28
29
deployments :
You can’t perform that action at this time.
0 commit comments