elink21 commented on code in PR #24763:
URL: https://github.com/apache/beam/pull/24763#discussion_r1056034201


##########
.github/workflows/build_wheels.yml:
##########
@@ -189,9 +192,13 @@ jobs:
     needs:
       - build_source
       - check_env_variables
-    runs-on: ubuntu-latest
+    runs-on: [self-hosted, ubuntu-20.04]
     if: needs.check_env_variables.outputs.gcp-variables-set == 'true' && 
github.event_name != 'pull_request'
     steps:
+      - name: Install python

Review Comment:
   I was unsure at first because it required to add an extra checkout step for 
jobs that didn't include it, but probably unification is worth it, I've added 
it for remaining single installations, thanks @damccorm.



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