Skip to content

Commit c3e2f0e

Browse files
authored
Always run install of packages with same python as script (home-assistant#154253)
1 parent fbf875b commit c3e2f0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/install_integration_requirements.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ def main() -> int | None:
4646
"-c",
4747
"homeassistant/package_constraints.txt",
4848
"-U",
49+
"--python",
50+
sys.executable,
4951
*sorted(all_requirements), # Sort for consistent output
5052
]
5153
print(" ".join(cmd))

0 commit comments

Comments
 (0)