mtl-aas/.drone.yml
Marcell Vazquez-Chanlatte ceb2567ef9
chore: Bump dependencies.
2023-02-19 23:09:14 -08:00

10 lines
148 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: python:3.10
commands:
- pip install poetry
- poetry install
- poetry run pytest