mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Try o make pipenv also install dev dependencies
This commit is contained in:
parent
90f4ccfb94
commit
4bea504690
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@ -23,10 +23,10 @@ jobs:
|
||||
sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr
|
||||
- name: Upgrade pip
|
||||
run: |
|
||||
pip install --upgrade pip pipenv sphinx pytest pytest-cov
|
||||
pip install --upgrade pip pipenv sphinx
|
||||
- name: Gather pip requirements
|
||||
run: |
|
||||
pipenv lock -r > requirements.txt
|
||||
pipenv lock --dev -r > requirements.txt
|
||||
- name: Install pip requirements
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user