mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Add pytest to install step
This commit is contained in:
parent
ef28ae8117
commit
4a45a77753
1 changed files with 1 additions and 1 deletions
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
|
sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr
|
||||||
- name: Upgrade pip
|
- name: Upgrade pip
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade pip pipenv sphinx
|
pip install --upgrade pip pipenv sphinx pytest
|
||||||
- name: Gather pip requirements
|
- name: Gather pip requirements
|
||||||
run: |
|
run: |
|
||||||
pipenv lock -r > requirements.txt
|
pipenv lock -r > requirements.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue