Skip to content

Commit

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

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

0 comments on commit b72bfdb

Please sign in to comment.