try to install pyenv before using it

This commit is contained in:
Sebastian Thiel
2020-04-12 13:50:18 +08:00
parent 00d68b9d48
commit c4d8ef799c

View File

@@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v2
- name: Prepare python
run: |
curl https://pyenv.run | bash
pyenv versions
pyenv install --skip-existing "${PYENV_VERSION}"
pyenv versions