mirror of https://github.com/pyodide/pyodide.git
Add Gitpod configuration (#3201)
This commit is contained in:
parent
606a7107b0
commit
c76573de1c
|
@ -0,0 +1,17 @@
|
|||
github:
|
||||
prebuilds:
|
||||
master: true
|
||||
pullRequests: true
|
||||
pullRequestsFromForks: true
|
||||
addCheck: false
|
||||
addComment: false
|
||||
addBadge: false
|
||||
addLabel: false
|
||||
tasks:
|
||||
- name: Setup the environment
|
||||
command: |
|
||||
PYTHON_VERSION=3.10.2
|
||||
pyenv install $PYTHON_VERSION
|
||||
pyenv global $PYTHON_VERSION
|
||||
python -m pip install -r requirements.txt
|
||||
./run_docker
|
|
@ -101,6 +101,9 @@ substitutions:
|
|||
- {{ Fix }} Fixed bug in `split` argument of {any}`repr_shorten`. Added {any}`shorten` function.
|
||||
{pr}`3178`
|
||||
|
||||
- Add Gitpod configuration to the repository.
|
||||
{pr} `3201`
|
||||
|
||||
### Build System / Package Loading
|
||||
|
||||
- New packages: pycryptodomex {pr}`2966`, pycryptodome {pr}`2965`,
|
||||
|
|
Loading…
Reference in New Issue