jrmccluskey commented on code in PR #32643:
URL: https://github.com/apache/beam/pull/32643#discussion_r1803352492


##########
playground/infrastructure/cloudbuild/playground_cd_examples.sh:
##########
@@ -97,15 +97,15 @@ LogOutput "Installing python and dependencies."
 export DEBIAN_FRONTEND=noninteractive
 apt install -y apt-transport-https ca-certificates software-properties-common 
curl unzip apt-utils > /dev/null 2>&1
 add-apt-repository -y ppa:deadsnakes/ppa > /dev/null 2>&1 && apt update > 
/dev/null 2>&1
-apt install -y python3.8 python3.8-distutils python3-pip > /dev/null 2>&1
-apt install -y --reinstall python3.8-distutils > /dev/null 2>&1
+apt install -y python3.9 python3.9-distutils python3-pip > /dev/null 2>&1

Review Comment:
   I believe these scripts are invoked for playground deployment, not exercised 
by a test. Looks like we can get away with python3-distutils



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to