Skip to content

Commit

Permalink
use ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 19, 2024
1 parent 65334f0 commit 63d597a
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,14 @@ steps:
"prepare-golden"
]

- name: python:3.13.1-alpine3.21
entrypoint: python
- name: ubuntu:24.04
entrypoint: bash
args:
- "-m"
- "-c"
- |
apt-get update && apt-get install -y python3 python3.12-venv
python3 -m venv .venv
source .venv/bin/activate
pip install --require-hashes -r .cloudbuild/library_generation/scripts/requirements.txt
python -m unittest .cloudbuild/library_generation/scripts/integration_tests_cloud_build.py
id: verify-generation
Expand Down

0 comments on commit 63d597a

Please sign in to comment.