kind: pipeline name: default platform: os: linux arch: arm steps: - name: test image: python commands: - pip install -r requirements.txt - pytest --flake8 --isort