Fix drone
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Michel Roux 2022-01-18 20:54:08 +00:00
parent 4ae47f0cbf
commit d637c74628

View File

@ -6,9 +6,11 @@ steps:
- name: epub - name: epub
image: python:slim image: python:slim
commands: commands:
- apt-get update
- apt-get install -y git
- pip install flake8 black - pip install flake8 black
- flake8 --ignore=E501 - flake8 --ignore=E501
- black --check - black --check .
- pip install -r requirements.txt - pip install -r requirements.txt
- python run.py - python run.py
- name: pdf - name: pdf