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 fd7c02e commit f1af853Copy full SHA for f1af853
.gitpod.yml
@@ -22,7 +22,6 @@ tasks:
22
micromamba activate
23
EOT
24
source /workspace/bin/activate-env.sh
25
- echo "source /workspace/bin/activate-env.sh" >> ~/.bashrc
26
micromamba install -n base -y -c conda-forge python=3.10 nodejs=14 yarn
27
python -m pip install -e ".[dev,test]" && jlpm && jlpm run build && jlpm develop
28
gp sync-done setup
@@ -36,6 +35,11 @@ tasks:
36
35
gp sync-await setup
37
38
jlpm watch
+
39
+ - name: shell
40
+ command: |
41
+ gp sync-await setup
42
+ echo "source /workspace/bin/activate-env.sh" >> ~/.bashrc
43
44
ports:
45
- port: 8888
0 commit comments