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