epicfaace commented on a change in pull request #11877: URL: https://github.com/apache/beam/pull/11877#discussion_r433461511
########## 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: Should we pin the version of python here? ---------------------------------------------------------------- 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: us...@infra.apache.org