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 fa58a32 commit d4e7493Copy full SHA for d4e7493
.gitpod.yml
@@ -11,7 +11,7 @@ tasks:
11
# and the python dependencies
12
- init: |
13
clear
14
- pip install poetry
+ pip install poetry>=1.1.12,<2
15
poetry install
16
gp sync-done python
17
# Start the server for testing
0 commit comments