tvalentyn commented on code in PR #30828:
URL: https://github.com/apache/beam/pull/30828#discussion_r1612213019


##########
.github/workflows/beam_PostCommit_TransformService_Direct.yml:
##########
@@ -77,7 +77,7 @@ jobs:
           java-version: 11
           python-version: |
             3.8
-            3.11
+            ${{ matrix.python_version }}

Review Comment:
   I'll test this on my fork to make sure it works.
   
   Rationale here is that we likely need to install the default version of 
python specified in BeamModulePlugin 
(https://github.com/apache/beam/blob/ec9e963735ff9a65ccb1b3aa27852015f8e2b08b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L2957),
 because it might be used in some dependent gradle tasks, and also install the 
version we test against.



-- 
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