Modified tests

pull/6/head
francesco.carzaniga 2020-11-28 20:06:05 +01:00
parent ae93586a37
commit 030df1e049
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pycodestyle pytest coverage
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f requirements/base.txt ]; then pip install -r requirements/base.txt; fi
sudo apt install poppler-utils pdftk
- name: Lint with pycodestyle
run: |

1
requirements/base.txt Normal file
View File

@ -0,0 +1 @@
python-magic