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 34f82c1 commit 0855cb7Copy full SHA for 0855cb7
.gitpod.yml
@@ -22,7 +22,7 @@ tasks:
22
micromamba activate
23
EOT
24
source /workspace/bin/activate-env.sh
25
- micromamba install -n base -y -c conda-forge python=3.10 nodejs=14 yarn
+ micromamba install -n base -y -c conda-forge python=3.11 nodejs=14 yarn
26
python -m pip install -e ".[dev,test]" && jlpm && jlpm run build && jlpm develop
27
gp sync-done setup
28
command: |
0 commit comments