Skip to content

Commit 4103335

Browse files
committed
restore
1 parent e9f8036 commit 4103335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ steps:
3030
id: library-generation-build
3131
waitFor: ["-"]
3232

33-
- name: ubuntu:25.04
33+
- name: python:3.13.1
3434
entrypoint: bash
3535
args:
3636
- "-c"
@@ -45,7 +45,7 @@ steps:
4545
echo \
4646
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
4747
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
48-
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
48+
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
4949
apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
5050
# Install python dependencies
5151
pip install --upgrade pip

0 commit comments

Comments
 (0)