Skip to content

Commit bc4443a

Browse files
committed
New try to get Prefect pull steps correct
1 parent aafacab commit bc4443a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

prefect.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ pull:
1818
- prefect.deployments.steps.git_clone:
1919
id: clone-omnipy-examples
2020
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 } }
2627

2728
# the deployments section allows you to provide configuration for deploying flows
2829
deployments:

0 commit comments

Comments
 (0)