diff --git a/.drone.yml b/.drone.yml index 4b642f9..dfda58f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,14 +4,14 @@ type: docker steps: - name: lint - image: python:3.11.3 + image: python:3.11.4 commands: - pip install poetry - poetry install - poetry run flake8 - poetry run mypy . - name: epub - image: python:3.11.3 + image: python:3.11.4 commands: - pip install poetry - poetry install --without dev