mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Add pytest to install step
This commit is contained in:
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
|
||||
pip install --upgrade pip pipenv sphinx pytest
|
||||
- name: Gather pip requirements
|
||||
run: |
|
||||
pipenv lock -r > requirements.txt
|
||||
|
Reference in New Issue
Block a user