pyodide/.gitpod.yml

17 lines
373 B
YAML
Raw Normal View History

2022-10-24 19:13:01 +00:00
github:
prebuilds:
master: true
pullRequests: true
pullRequestsFromForks: true
addCheck: false
addComment: false
addBadge: false
addLabel: false
tasks:
- name: Setup the environment
2023-02-08 04:23:26 +00:00
init: |
2023-03-01 22:57:17 +00:00
PYTHON_VERSION=3.11.2
2022-10-24 19:13:01 +00:00
pyenv install $PYTHON_VERSION
pyenv global $PYTHON_VERSION
python -m pip install -r requirements.txt