Skip to content

Commit f197843

Browse files
committed
Cherrypick #37719
1 parent 762b8e3 commit f197843

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3124,7 +3124,8 @@ class BeamModulePlugin implements Plugin<Project> {
31243124
// pip 25.1 casues :sdks:python:installGcpTest stuck. Pin to 25.0.1 for now.
31253125
args '-c', ". ${project.ext.envdir}/bin/activate && " +
31263126
"pip install --pre --retries 10 --upgrade pip==25.0.1 --no-cache-dir && " +
3127-
"pip install --pre --retries 10 --upgrade tox --no-cache-dir"
3127+
"pip install --pre --retries 10 --upgrade tox --no-cache-dir && " +
3128+
"pip install --pre --retries 10 --upgrade setuptools build --no-cache-dir"
31283129
}
31293130
}
31303131
// Gradle will delete outputs whenever it thinks they are stale. Putting a

0 commit comments

Comments
 (0)