mirror of https://github.com/pyodide/pyodide.git
Update gitpod config (#3555)
This commit is contained in:
parent
84ef7fa76d
commit
7cc1058358
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue