mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 02:03:27 +01: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",
|
"-c",
|
||||||
"homeassistant/package_constraints.txt",
|
"homeassistant/package_constraints.txt",
|
||||||
"-U",
|
"-U",
|
||||||
|
"--python",
|
||||||
|
sys.executable,
|
||||||
*sorted(all_requirements), # Sort for consistent output
|
*sorted(all_requirements), # Sort for consistent output
|
||||||
]
|
]
|
||||||
print(" ".join(cmd))
|
print(" ".join(cmd))
|
||||||
|
|||||||
Reference in New Issue
Block a user