Skip to content

Commit 63d597a

Browse files
committed
use ubuntu
1 parent 65334f0 commit 63d597a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

+6-3
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,14 @@ steps:
9898
"prepare-golden"
9999
]
100100

101-
- name: python:3.13.1-alpine3.21
102-
entrypoint: python
101+
- name: ubuntu:24.04
102+
entrypoint: bash
103103
args:
104-
- "-m"
104+
- "-c"
105105
- |
106+
apt-get update && apt-get install -y python3 python3.12-venv
107+
python3 -m venv .venv
108+
source .venv/bin/activate
106109
pip install --require-hashes -r .cloudbuild/library_generation/scripts/requirements.txt
107110
python -m unittest .cloudbuild/library_generation/scripts/integration_tests_cloud_build.py
108111
id: verify-generation

0 commit comments

Comments
 (0)