Skip to content

Commit b45a446

Browse files
tests: fix the missing dependencies for samples gcb (#412)
1 parent c9f1725 commit b45a446

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

samples/migrations/tests.cloudbuild.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414

1515
steps:
1616
- id: Install dependencies
17+
name: python:${_VERSION}
18+
entrypoint: pip
19+
args: ["install", "--user", "-r", "requirements.txt"]
20+
21+
- id: Install samples dependencies
1722
name: python:${_VERSION}
1823
entrypoint: pip
1924
dir: samples/migrations

0 commit comments

Comments
 (0)