Skip to content

Commit 4b4ed52

Browse files
authored
Merge pull request #37809 from apache/cp-37719
Cherrypick #37719
2 parents 0c0500d + f197843 commit 4b4ed52

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)