dannymartinm commented on code in PR #22703:
URL: https://github.com/apache/beam/pull/22703#discussion_r954382879
##########
.github/workflows/build_wheels.yml:
##########
@@ -199,23 +202,26 @@ jobs:
run: gsutil cp -r -a public-read source/* ${{ env.GCP_PATH }}
build_wheels:
- name: Build python wheels on ${{matrix.arch}} for ${{ matrix.os_python.os
}}
+ name: Build python wheels on ${{matrix.arch}} for ${{
join(matrix.os_python.os, ', ')}}
needs: build_source
env:
CIBW_ARCHS_LINUX: ${{matrix.arch}}
runs-on: ${{ matrix.os_python.os }}
strategy:
matrix:
os_python: [
- {"os": "ubuntu-latest", "python": "cp37-* cp38-* cp39-*"},
- {"os": "macos-latest", "python": "cp37-* cp38-* cp39-*"},
- {"os": "windows-latest", "python": "cp37-* cp38-* cp39-*"},
+ {"os": [self-hosted, ubuntu-20.04], "python": "cp37-* cp38-*
cp39-*"},
+ {"os": [macos-latest], "python": "cp37-* cp38-* cp39-*"},
+ {"os": [self-hosted,windows-server-2019], "python": "cp37-* cp38-*
cp39-*"},
Review Comment:
I think it was a typo, it's resolved now. Thanks!
--
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]