damccorm commented on code in PR #22635:
URL: https://github.com/apache/beam/pull/22635#discussion_r941389744
##########
.github/workflows/build_wheels.yml:
##########
@@ -240,6 +240,7 @@ jobs:
working-directory: apache-beam-source
env:
CIBW_BUILD: ${{ matrix.os_python.python }}
+ CIBW_ENVIRONMENT: "SETUPTOOLS_USE_DISTUTILS=stdlib"
Review Comment:
Ok, that's good with me - I guess we do the same thing for all our Jenkins
jobs -
https://github.com/apache/beam/blob/18ab78c8c42a83816a43a3d5252f6d843a82b36c/.test-infra/jenkins/CommonJobProperties.groovy#L100
Would we be better off just setting this as a job level variable?
https://docs.github.com/en/actions/learn-github-actions/environment-variables
--
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]