Update python Docker tag to v3.11.3
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
91dd9e6364
commit
f89c97bdd8
@ -4,14 +4,14 @@ type: docker
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: python:3.11.2
|
image: python:3.11.3
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run flake8
|
- poetry run flake8
|
||||||
- poetry run mypy .
|
- poetry run mypy .
|
||||||
- name: epub
|
- name: epub
|
||||||
image: python:3.11.2
|
image: python:3.11.3
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry install --without dev
|
- poetry install --without dev
|
||||||
|
Reference in New Issue
Block a user