Update gitpod config (#3555)

This commit is contained in:
Gyeongjae Choi 2023-02-08 13:23:26 +09:00 committed by GitHub
parent 84ef7fa76d
commit 7cc1058358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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