ci(drone): fix indentation
continuous-integration/drone/push Build is passing Details

master
George Rawlinson 2 years ago
parent bc6f865481
commit c3e789682c
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539

@ -1,9 +1,11 @@
---
kind: pipeline
steps:
- name: test
image: python
commands:
- pip install poetry
- poetry install
- poetry run pytest
image: python
commands:
- pip install poetry
- poetry install
- poetry run pytest

Loading…
Cancel
Save