Skip to content

Commit 0855cb7

Browse files
committed
Use 3.11 on gitpod
1 parent 34f82c1 commit 0855cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tasks:
2222
micromamba activate
2323
EOT
2424
source /workspace/bin/activate-env.sh
25-
micromamba install -n base -y -c conda-forge python=3.10 nodejs=14 yarn
25+
micromamba install -n base -y -c conda-forge python=3.11 nodejs=14 yarn
2626
python -m pip install -e ".[dev,test]" && jlpm && jlpm run build && jlpm develop
2727
gp sync-done setup
2828
command: |

0 commit comments

Comments
 (0)