Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading