Update python Docker tag to v3.11.4
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
354e2fb1e7
commit
369aacd6e7
@ -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
|
||||
|
Reference in New Issue
Block a user