rm workaround for gitpod-io/workspace-images#664 now that it's fixed

This commit is contained in:
Joshua Bronson 2022-03-07 19:13:13 +00:00
parent 393c948f63
commit 062ccb6a72
1 changed files with 2 additions and 2 deletions

View File

@ -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