[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
7c8f4919d6
commit
db440d2252
1 changed files with 8 additions and 2 deletions
|
|
@ -235,8 +235,14 @@ def _ensure_attention_backend_installed(backend: str, logger: Any = None) -> Non
|
|||
# its deps an ABI-incompatible kernel simply fails to import -> native fallback,
|
||||
# which is the same best-effort outcome as an uninstallable wheel.
|
||||
[
|
||||
sys.executable, "-m", "pip", "install",
|
||||
"--only-binary", ":all:", "--no-deps", package,
|
||||
sys.executable,
|
||||
"-m",
|
||||
"pip",
|
||||
"install",
|
||||
"--only-binary",
|
||||
":all:",
|
||||
"--no-deps",
|
||||
package,
|
||||
],
|
||||
capture_output = True,
|
||||
timeout = 600,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue