Skip to content

Commit 78c2ae0

Browse files
ci: Prevent apache-beam source builds when generating test matrices
1 parent d7a1cc4 commit 78c2ae0

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+
"apache-beam", # Prevent source install due to missing PEP 658 metadata on sdists.
230232
"--dry-run",
231233
"--ignore-installed",
232234
"--report",

0 commit comments

Comments
 (0)