Fix poetry
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Michel Roux 2023-01-11 13:36:26 +01:00
parent bdabba302a
commit 684f4b9891
1 changed files with 3 additions and 1 deletions

View File

@ -6,12 +6,14 @@ steps:
- name: lint
image: python:3.11.1
commands:
- pip install poetry
- poetry install
- poetry run flake8
- poetry run mypy
- name: books
- name: epub
image: python:3.11.1
commands:
- pip install poetry
- poetry install --without dev
- poetry run python books.py
- name: pdf