Skip to content

Commit 54ec409

Browse files
only prevent grpcio-tools build
1 parent 76b1e16 commit 54ec409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/populate_tox/populate_tox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def fetch_package_dependencies(
228228
"install",
229229
f"{package}=={version}",
230230
"--only-binary",
231-
"apache-beam", # Prevent source builds that hang CI.
231+
"grpcio-tools", # Prevent source builds that hang CI. grpcio-tools is a build-time dependency pinned by apache-beam.
232232
"--dry-run",
233233
"--ignore-installed",
234234
"--report",

0 commit comments

Comments
 (0)