try with python setup develop instead of installing mglib

master
Eugen Ciur 2020-11-29 09:35:27 +01:00
parent f72496264a
commit 11bdcd25c2
1 changed files with 1 additions and 1 deletions

View File

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