mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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 }}
|
||||
key: ${{ runner.os }}-pip3.6.8}
|
||||
- name: Install dependencies
|
||||
run: pipenv install --system --dev --ignore-pipfile
|
||||
run: |
|
||||
pip install --upgrade pipenv
|
||||
pipenv install --system --dev --ignore-pipfile
|
||||
- name: Make documentation
|
||||
run: |
|
||||
cd docs/
|
||||
|
Loading…
x
Reference in New Issue
Block a user