TobKed commented on a change in pull request #11877:
URL: https://github.com/apache/beam/pull/11877#discussion_r433759180



##########
File path: .github/workflows/build_wheels.yml
##########
@@ -0,0 +1,91 @@
+on: [push]
+name: Build python wheels
+
+
+jobs:
+
+  build_source:
+    runs-on: ubuntu-18.04
+    steps:
+      - name: Checkout code
+        uses: actions/checkout@v2
+      - name: Install python
+        uses: actions/setup-python@v1

Review comment:
       Yes, we should :) thanks for pointing it out, I missed it.
   
   GitHub Actions documentations says 
[here](https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#using-the-default-python-version):
   
   > We recommend using setup-python to configure the version of Python used in 
your workflows because it helps make your dependencies explicit.
   




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

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


Reply via email to