kind: pipeline name: python-3-10-alpine-3-17 clone: skip_verify: true steps: - name: build image: alpine:3.17 pull: always commands: - tests/run-ci-tests