Skip to content
Merged
Changes from 2 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
2 changes: 2 additions & 0 deletions scripts/populate_tox/populate_tox.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ def fetch_package_dependencies(
"pip",
"install",
f"{package}=={version}",
"--only-binary",
"apache-beam", # Prevent source builds that hang CI.
Comment thread
alexander-alderman-webb marked this conversation as resolved.
Outdated
"--dry-run",
"--ignore-installed",
"--report",
Expand Down
Loading