Update to a possibly working version of pyenv-action

According to https://github.com/gabrielfalcao/pyenv-action/issues/136 this
version should work
This commit is contained in:
Mark Schmitt 2021-01-06 22:55:41 +01:00
parent 6f3cdbc165
commit c7c167a058

View File

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install python version
uses: gabrielfalcao/pyenv-action@v5
uses: gabrielfalcao/pyenv-action@v7
with:
default: "${{ matrix.python }}"
command: "pip install -U pip"