From 8fa461e5774985acddce4abe394b7a92c354eb76 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 30 Sep 2021 22:10:41 +0200 Subject: [PATCH] use conda-forge all the time --- bob/devtools/bootstrap.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py index 460b59fc..3267952a 100644 --- a/bob/devtools/bootstrap.py +++ b/bob/devtools/bootstrap.py @@ -558,6 +558,8 @@ if __name__ == "__main__": [conda_bin, "install", "--yes"] + conda_verbosity + [ + "-c", + "conda-forge", "-n", "base", "python", -- GitLab