mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
ALso install python before using pip in the documentation job
This commit is contained in:
parent
6101f42ae3
commit
c06f6145a1
5
.github/workflows/docker-publish.yml
vendored
5
.github/workflows/docker-publish.yml
vendored
@ -37,6 +37,11 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Install python version
|
||||||
|
uses: gabrielfalcao/pyenv-action@v7
|
||||||
|
with:
|
||||||
|
default: "3.6.8"
|
||||||
|
command: "pip install -U pip"
|
||||||
- name: dependencies
|
- name: dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
|
Loading…
x
Reference in New Issue
Block a user