From 245310d1e8d1cdb0642d82426df1bfc82df33a7f Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 8 Jan 2020 17:18:21 +0100 Subject: [PATCH] [bootstrap] remove --update-spec in install command --- bob/devtools/bootstrap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py index 65a79414..27c87379 100644 --- a/bob/devtools/bootstrap.py +++ b/bob/devtools/bootstrap.py @@ -546,7 +546,6 @@ if __name__ == "__main__": "twine", # required for checking readme of python (zip) distro ]) if conda_cmd == "install": - cmd.insert(2, "--update-specs") cmd.insert(2, "--update-deps") run_cmdline(cmd) -- GitLab