fix pyenv path, hopefully

This commit is contained in:
Sebastian Thiel
2020-04-12 13:57:14 +08:00
parent d061b902f3
commit 99ae297d5e

View File

@@ -13,13 +13,13 @@ jobs:
env:
PYENV_VERSION: "2.7.13"
PYENV_ROOT: $HOME/.pyenv
PATH: "$HOME/.pyenv/bin:$PATH"
steps:
- uses: actions/checkout@v2
- name: Prepare python
run: |
curl https://pyenv.run | bash
echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
pyenv versions
pyenv install --skip-existing "${PYENV_VERSION}"
pyenv versions