Skip to content

Commit 98bf2ef

Browse files
committed
Se elimina -prefer-binary al installar requirements
1 parent 4b2cc3e commit 98bf2ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fabricator/recipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def install_deps(c: Connection | DockerRunner | Context, config: dict) -> None:
237237
c.run(
238238
f"bash -c 'source {venv_dir}/bin/activate && "
239239
f"cd {deploy_path} && "
240-
f"pip install --prefer-binary -r requirements.txt'",
240+
f"pip install -r requirements.txt'",
241241
pty=True
242242
)
243243

0 commit comments

Comments
 (0)