A1K28 commented on code in PR #35809:
URL: https://github.com/apache/beam/pull/35809#discussion_r2263718309


##########
.github/workflows/beam_Inference_Python_Benchmarks_Dataflow.yml:
##########
@@ -72,7 +72,12 @@ jobs:
       - name: Setup Python environment
         uses: ./.github/actions/setup-environment-action
         with:
+          java-version: default
           python-version: '3.10'
+      - name: Package Python SDK using Gradle
+        run: ./gradlew :sdks:python:sdist -PpythonVersion=3.10
+      - name: Configure Docker for Artifact Registry
+        run: gcloud auth configure-docker us-docker.pkg.dev

Review Comment:
   I added this step since currently I use a different self-hosted action 
runner image on my own fork for convenience. It may be extra here, but i'll 
keep it on.



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