mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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
|
||||
steps:
|
||||
- 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
|
||||
run: |
|
||||
sudo apt-get update -qq
|
||||
|
Loading…
x
Reference in New Issue
Block a user