Install poetry before testing
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
c57f969a00
commit
9b07758198
|
@ -7,6 +7,7 @@ steps:
|
|||
- name: test
|
||||
image: python:3.10
|
||||
commands:
|
||||
- "python -m pip install poetry"
|
||||
- "poetry install"
|
||||
- "pytest"
|
||||
- name: build container
|
||||
|
|
Loading…
Reference in New Issue