1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Always run install of packages with same python as script (#154253)

This commit is contained in:
Joakim Plate
2025-10-14 13:35:00 +02:00
committed by GitHub
parent fbf875b5af
commit c3e2f0e19b

View File

@@ -46,6 +46,8 @@ def main() -> int | None:
"-c",
"homeassistant/package_constraints.txt",
"-U",
"--python",
sys.executable,
*sorted(all_requirements), # Sort for consistent output
]
print(" ".join(cmd))