github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/cloudbuild/yaml/testdata/sample.5.yaml (about) 1 # https://cloud.google.com/build/docs/samples/cloudbuild-python-dependencies-yaml 2 3 steps: 4 # Install dependencies 5 - name: python 6 entrypoint: pip 7 args: ["install", "-r", "requirements.txt", "--user"]