From 0855cb77f7689dda4c72b317078d333bce558b18 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 27 Oct 2022 07:56:24 +0000 Subject: [PATCH] Use 3.11 on gitpod --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 86f6728f1..9dc5a05df 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -22,7 +22,7 @@ tasks: micromamba activate EOT source /workspace/bin/activate-env.sh - 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 python -m pip install -e ".[dev,test]" && jlpm && jlpm run build && jlpm develop gp sync-done setup command: |