We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cffcd7 commit e20921dCopy full SHA for e20921d
.gitpod.yml
@@ -10,7 +10,7 @@ tasks:
10
# initialise and install the python part of the app by installing poetry
11
# and the python dependencies
12
- init: |
13
- pip install poetry>=1.1.12,<2
+ pip install "poetry>=1.1.12,<2"
14
poetry install
15
gp sync-done python
16
# Start the server for testing
0 commit comments