Install poetry before testing
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Lukáš Kucharczyk 2023-01-05 12:02:01 +01:00
parent c57f969a00
commit 9b07758198
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ steps:
- name: test - name: test
image: python:3.10 image: python:3.10
commands: commands:
- "python -m pip install poetry"
- "poetry install" - "poetry install"
- "pytest" - "pytest"
- name: build container - name: build container