mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
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:
parent
6f3cdbc165
commit
c7c167a058
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user