This is an automated email from the ASF dual-hosted git repository.

vterentev pushed a commit to branch fix-pg-ci-cd
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/fix-pg-ci-cd by this push:
     new 21d950efda9 Fix installing python 3.10
21d950efda9 is described below

commit 21d950efda9c52099b4034be89dc9b2c36f4b90d
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Fri Mar 6 13:31:13 2026 +0400

    Fix installing python 3.10
---
 playground/infrastructure/cloudbuild/playground_cd_examples.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/playground/infrastructure/cloudbuild/playground_cd_examples.sh 
b/playground/infrastructure/cloudbuild/playground_cd_examples.sh
index a6cb9343e89..712242f1346 100644
--- a/playground/infrastructure/cloudbuild/playground_cd_examples.sh
+++ b/playground/infrastructure/cloudbuild/playground_cd_examples.sh
@@ -97,10 +97,10 @@ LogOutput "Installing python and dependencies."
 export DEBIAN_FRONTEND=noninteractive
 apt update
 apt install -y apt-transport-https ca-certificates software-properties-common 
curl unzip apt-utils
-add-apt-repository -y ppa:deadsnakes/ppa
 apt update
 apt install -y python3.10 python3.10-venv python3.10-distutils
 apt install -y python3-virtualenv
+python3.10 --version
 python3.10 -m venv play_venv
 source play_venv/bin/activate
 pip install --upgrade google-api-python-client > /dev/null 2>&1

Reply via email to