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