mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Add pytest-cov to install
This commit is contained in:
parent
3bb351186a
commit
0beba2eb1e
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr
|
||||
- name: Upgrade pip
|
||||
run: |
|
||||
pip install --upgrade pip pipenv sphinx pytest
|
||||
pip install --upgrade pip pipenv sphinx pytest pytest-cov
|
||||
- name: Gather pip requirements
|
||||
run: |
|
||||
pipenv lock -r > requirements.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user