Skip to content

Commit 286b2be

Browse files
committed
use python
1 parent 1ec3d8d commit 286b2be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cloudbuild/library_generation/cloudbuild-library-generation-integration-test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ steps:
4343
id: additional-deps
4444
waitFor: ["library-generation-build"]
4545

46-
- name: ${_TEST_IMAGE_ID}
46+
- name: python3.12
4747
entrypoint: bash
4848
args: [
49+
"-c",
4950
"python",
5051
"-m",
5152
"unittest",

0 commit comments

Comments
 (0)