Skip to content

Commit

Permalink
New try to get Prefect pull steps correct
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Sep 20, 2024
1 parent aafacab commit bc4443a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions prefect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ pull:
- prefect.deployments.steps.git_clone:
id: clone-omnipy-examples
repository: https://github.com/fairtracks/omnipy_examples.git

#- prefect.deployments.steps.pip_install_requirements:
# directory: "{{ clone-omnipy-examples.directory }}"
# requirements_file: requirements.txt
# stream_output: true
- prefect.deployments.steps.pip_install_requirements:
directory: { { clone-clone-omnipy-examples.directory } }
requirements_file: requirements.txt
stream_output: False
- prefect.deployments.steps.set_working_directory:
directory: { { clone-omnipy-examples.directory } }

# the deployments section allows you to provide configuration for deploying flows
deployments:
Expand Down

0 comments on commit bc4443a

Please sign in to comment.