fix failing tests

master
Eugen Ciur 2020-11-29 09:33:28 +01:00
parent fe35b3c333
commit f72496264a
1 changed files with 1 additions and 0 deletions

View File

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