From 684f4b9891068ac1f18a4caf97e0fd9cffc58ac9 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 11 Jan 2023 13:36:26 +0100 Subject: [PATCH] Fix poetry --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f0ca32b..d5970e9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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