File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
sites/upsun/src/languages/python Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -183,22 +183,22 @@ applications:
183
183
# The location of the application's code.
184
184
source :
185
185
root : " myapp"
186
- type : ' python:{{% latest "python" %}}'
187
- dependencies :
188
- python3 :
189
- poetry : ' *'
190
- variables :
191
- env :
192
- POETRY_VIRTUALENVS_IN_PROJECT : true
193
- POETRY_VIRTUALENVS_CREATE : true
194
- hooks :
195
- build : |
196
- # Fail the build if any errors occur
197
- set -eu
198
- # Download the latest version of pip
199
- python{{% latest "python" %}} -m pip install --upgrade pip
200
- # Install dependencies
201
- poetry install
186
+ type : ' python:{{% latest "python" %}}'
187
+ dependencies :
188
+ python3 :
189
+ poetry : ' *'
190
+ variables :
191
+ env :
192
+ POETRY_VIRTUALENVS_IN_PROJECT : true
193
+ POETRY_VIRTUALENVS_CREATE : true
194
+ hooks :
195
+ build : |
196
+ # Fail the build if any errors occur
197
+ set -eu
198
+ # Download the latest version of pip
199
+ python{{% latest "python" %}} -m pip install --upgrade pip
200
+ # Install dependencies
201
+ poetry install
202
202
` ` `
203
203
<--->
204
204
+++
You can’t perform that action at this time.
0 commit comments