mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Prefere binary with wheels (#24669)
This commit is contained in:
committed by
Paulus Schoutsen
parent
78b7ed0ebe
commit
c9453bab19
@@ -66,7 +66,7 @@ def install_package(package: str, upgrade: bool = True,
|
||||
if constraints is not None:
|
||||
args += ['--constraint', constraints]
|
||||
if find_links is not None:
|
||||
args += ['--find-links', find_links]
|
||||
args += ['--find-links', find_links, '--prefer-binary']
|
||||
if target:
|
||||
assert not is_virtual_env()
|
||||
# This only works if not running in venv
|
||||
|
||||
Reference in New Issue
Block a user