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.
clear
1 parent d4e7493 commit 729f5c1Copy full SHA for 729f5c1
.gitpod.yml
@@ -10,7 +10,6 @@ tasks:
10
# initialise and install the python part of the app by installing poetry
11
# and the python dependencies
12
- init: |
13
- clear
14
pip install poetry>=1.1.12,<2
15
poetry install
16
gp sync-done python
@@ -21,7 +20,6 @@ tasks:
21
20
# install the node part of the app by installing the required
22
# node version and npm dependencies
23
24
25
nvm install
26
npm install
27
# Build the assets
@@ -31,7 +29,6 @@ tasks:
31
29
32
30
# when the python part of the app is ready...
33
34
35
echo "Waiting for python..."
36
gp sync-await python
37
# run the tests
0 commit comments