mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
install pipenv
This commit is contained in:
parent
aa1fb63714
commit
6a355b8dff
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -21,7 +21,9 @@ jobs:
|
|||||||
path: ${{ steps.pip-cache.outputs.dir }}
|
path: ${{ steps.pip-cache.outputs.dir }}
|
||||||
key: ${{ runner.os }}-pip3.6.8}
|
key: ${{ runner.os }}-pip3.6.8}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pipenv install --system --dev --ignore-pipfile
|
run: |
|
||||||
|
pip install --upgrade pipenv
|
||||||
|
pipenv install --system --dev --ignore-pipfile
|
||||||
- name: Make documentation
|
- name: Make documentation
|
||||||
run: |
|
run: |
|
||||||
cd docs/
|
cd docs/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user