mirror of https://github.com/pyodide/pyodide.git
17 lines
373 B
YAML
17 lines
373 B
YAML
github:
|
|
prebuilds:
|
|
master: true
|
|
pullRequests: true
|
|
pullRequestsFromForks: true
|
|
addCheck: false
|
|
addComment: false
|
|
addBadge: false
|
|
addLabel: false
|
|
tasks:
|
|
- name: Setup the environment
|
|
init: |
|
|
PYTHON_VERSION=3.11.3
|
|
pyenv install $PYTHON_VERSION
|
|
pyenv global $PYTHON_VERSION
|
|
python -m pip install -r requirements.txt
|