You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/23 11:30:12 UTC

[GitHub] [beam] tvalentyn commented on a diff in pull request #21968: Replace distutils with supported modules.

tvalentyn commented on code in PR #21968:
URL: https://github.com/apache/beam/pull/21968#discussion_r904907981


##########
.github/workflows/build_wheels.yml:
##########
@@ -240,7 +240,7 @@ jobs:
       working-directory: apache-beam-source
       env:
         CIBW_BUILD: ${{ matrix.os_python.python }}
-        CIBW_BEFORE_BUILD: pip install cython
+        CIBW_BEFORE_BUILD: pip install cython && pip install --upgrade setuptools

Review Comment:
   should be safe to upgrade pip and setuptools.



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org