Skip to content

Commit a8b9406

Browse files
ci: Prevent grpcio-tools source builds when generating test matrices (#6487)
1 parent dd7b062 commit a8b9406

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/populate_tox/populate_tox.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ def fetch_package_dependencies(
227227
"pip",
228228
"install",
229229
f"{package}=={version}",
230+
"--only-binary",
231+
"grpcio-tools", # Prevent source builds that hang CI. grpcio-tools is a build-time dependency pinned by apache-beam.
230232
"--dry-run",
231233
"--ignore-installed",
232234
"--report",

0 commit comments

Comments
 (0)