From 7cc1058358242a5a9012edbb8163d86a860a1a28 Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Wed, 8 Feb 2023 13:23:26 +0900 Subject: [PATCH] Update gitpod config (#3555) --- .gitpod.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index b80b5d32f..53ccb5fef 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -9,9 +9,8 @@ github: addLabel: false tasks: - name: Setup the environment - command: | - PYTHON_VERSION=3.10.2 + init: | + PYTHON_VERSION=3.11.1 pyenv install $PYTHON_VERSION pyenv global $PYTHON_VERSION python -m pip install -r requirements.txt - ./run_docker