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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user