@@ -23,16 +23,20 @@ pull:
23
23
directory : " {{ clone-omnipy-examples.directory }}"
24
24
requirements_file : requirements.txt
25
25
stream_output : True
26
+ - prefect.deployments.steps.run_shell_script :
27
+ directory : " {{ clone-omnipy-examples.directory }}"
28
+ script : |
29
+ pip install .
26
30
- prefect.deployments.steps.set_working_directory :
27
- directory : " /opt/prefect/{{ clone-omnipy-examples.directory }}/src "
31
+ directory : " /opt/prefect/{{ clone-omnipy-examples.directory }}"
28
32
29
33
# the deployments section allows you to provide configuration for deploying flows
30
34
deployments :
31
35
- name : dagsim
32
36
version :
33
37
tags : []
34
38
description :
35
- entrypoint : omnipy_examples/deployment.py:dagsim_prefect
39
+ entrypoint : src/ omnipy_examples/deployment.py:dagsim_prefect
36
40
parameters : {}
37
41
work_pool :
38
42
name : omnipy
@@ -44,7 +48,7 @@ deployments:
44
48
version :
45
49
tags : []
46
50
description :
47
- entrypoint : omnipy_examples/deployment.py:encode_prefect
51
+ entrypoint : src/ omnipy_examples/deployment.py:encode_prefect
48
52
parameters : {}
49
53
work_pool :
50
54
name : omnipy
@@ -56,7 +60,7 @@ deployments:
56
60
version :
57
61
tags : []
58
62
description :
59
- entrypoint : omnipy_examples/deployment.py:gff_prefect
63
+ entrypoint : src/ omnipy_examples/deployment.py:gff_prefect
60
64
parameters : {}
61
65
work_pool :
62
66
name : omnipy
@@ -68,7 +72,7 @@ deployments:
68
72
version :
69
73
tags : []
70
74
description :
71
- entrypoint : omnipy_examples/deployment.py:isajson_prefect
75
+ entrypoint : src/ omnipy_examples/deployment.py:isajson_prefect
72
76
parameters : {}
73
77
work_pool :
74
78
name : omnipy
@@ -80,7 +84,7 @@ deployments:
80
84
version :
81
85
tags : []
82
86
description :
83
- entrypoint : omnipy_examples/deployment.py:uniprot_prefect
87
+ entrypoint : src/ omnipy_examples/deployment.py:uniprot_prefect
84
88
parameters : {}
85
89
work_pool :
86
90
name : omnipy
@@ -92,7 +96,7 @@ deployments:
92
96
version :
93
97
tags : []
94
98
description :
95
- entrypoint : omnipy_examples/deployment.py:chatgpt_prefect
99
+ entrypoint : src/ omnipy_examples/deployment.py:chatgpt_prefect
96
100
parameters : {}
97
101
work_pool :
98
102
name : omnipy
@@ -104,7 +108,7 @@ deployments:
104
108
version :
105
109
tags : []
106
110
description :
107
- entrypoint : omnipy_examples/deployment.py:bed_prefect
111
+ entrypoint : src/ omnipy_examples/deployment.py:bed_prefect
108
112
parameters : {}
109
113
work_pool :
110
114
name : omnipy
0 commit comments