From e848de3b20d858c9f4e7b1c3611c49dab943873c Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 8 Jan 2020 17:23:53 +0100 Subject: [PATCH] Revert "[bootstrap] remove --update-spec in install command" This reverts commit 245310d1e8d1cdb0642d82426df1bfc82df33a7f. --- bob/devtools/bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py index 27c87379..65a79414 100644 --- a/bob/devtools/bootstrap.py +++ b/bob/devtools/bootstrap.py @@ -546,6 +546,7 @@ 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