See if this solves the pyenv installation issue

This commit is contained in:
Sebastian Thiel
2020-04-12 13:53:38 +08:00
parent c4d8ef799c
commit d061b902f3

View File

@@ -13,6 +13,7 @@ jobs:
env:
PYENV_VERSION: "2.7.13"
PYENV_ROOT: $HOME/.pyenv
PATH: "$HOME/.pyenv/bin:$PATH"
steps:
- uses: actions/checkout@v2