Update .drone.yml testing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Lukáš Kucharczyk 2023-11-16 16:30:17 +01:00
parent c6ed577fe3
commit 229a79d266

View File

@ -5,7 +5,7 @@ name: default
steps:
- name: test
image: python:3.10
image: python:3.12
commands:
- python -m pip install poetry
- poetry install