Skip to content

Commit 76b1e16

Browse files
.
1 parent 78c2ae0 commit 76b1e16

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 install due to missing PEP 658 metadata on sdists.
231+
"apache-beam", # Prevent source builds that hang CI.
232232
"--dry-run",
233233
"--ignore-installed",
234234
"--report",

0 commit comments

Comments
 (0)