mirror of https://github.com/jab/bidict.git
rm workaround for gitpod-io/workspace-images#664 now that it's fixed
This commit is contained in:
parent
393c948f63
commit
062ccb6a72
|
@ -16,11 +16,11 @@ github:
|
|||
# add a label once the prebuild is ready to pull requests (defaults to false)
|
||||
addLabel: prebuilt-in-gitpod
|
||||
|
||||
image: gitpod/workspace-python:latest
|
||||
|
||||
# https://www.gitpod.io/docs/languages/python
|
||||
tasks:
|
||||
- init: |
|
||||
echo 'eval "$(pyenv init --path)"' >> ~/.bashrc.d/60-python
|
||||
eval "$(pyenv init --path)" # https://github.com/gitpod-io/workspace-images/issues/664
|
||||
pyenv install 3.10.2
|
||||
pyenv global 3.10.2
|
||||
pip install -U pip
|
||||
|
|
Loading…
Reference in New Issue