We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c0500d + f197843 commit 4b4ed52Copy full SHA for 4b4ed52
1 file changed
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -3124,7 +3124,8 @@ class BeamModulePlugin implements Plugin<Project> {
3124
// pip 25.1 casues :sdks:python:installGcpTest stuck. Pin to 25.0.1 for now.
3125
args '-c', ". ${project.ext.envdir}/bin/activate && " +
3126
"pip install --pre --retries 10 --upgrade pip==25.0.1 --no-cache-dir && " +
3127
- "pip install --pre --retries 10 --upgrade tox --no-cache-dir"
+ "pip install --pre --retries 10 --upgrade tox --no-cache-dir && " +
3128
+ "pip install --pre --retries 10 --upgrade setuptools build --no-cache-dir"
3129
}
3130
3131
// Gradle will delete outputs whenever it thinks they are stale. Putting a
0 commit comments