This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch cp-37719 in repository https://gitbox.apache.org/repos/asf/beam.git
commit f19784367231a623adb704951e8b0d363d33a6f8 Author: Vitaly Terentyev <[email protected]> AuthorDate: Tue Mar 10 19:57:35 2026 +0400 Cherrypick #37719 --- .../src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy index 1311498296d..0b37117d447 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy @@ -3124,7 +3124,8 @@ class BeamModulePlugin implements Plugin<Project> { // pip 25.1 casues :sdks:python:installGcpTest stuck. Pin to 25.0.1 for now. args '-c', ". ${project.ext.envdir}/bin/activate && " + "pip install --pre --retries 10 --upgrade pip==25.0.1 --no-cache-dir && " + - "pip install --pre --retries 10 --upgrade tox --no-cache-dir" + "pip install --pre --retries 10 --upgrade tox --no-cache-dir && " + + "pip install --pre --retries 10 --upgrade setuptools build --no-cache-dir" } } // Gradle will delete outputs whenever it thinks they are stale. Putting a
