Add pytest to install step

This commit is contained in:
Mark Schmitt 2021-01-02 09:23:49 +01:00
parent ef28ae8117
commit 4a45a77753

View File

@ -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