From a80bec0d8b2ded35e464fda4e8fabc47d7f52b9a Mon Sep 17 00:00:00 2001 From: Amine GHOZLANE <amine.ghozlane@pasteur.fr> Date: Tue, 22 Sep 2020 17:56:48 +0200 Subject: [PATCH] back to anaconda-client --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3abca75..004cd11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ build_conda: - conda config --set anaconda_upload yes - conda update conda - conda install -y conda-verify - - conda install -y anaconda + - conda install -y anaconda-client - conda install -y conda-build - conda install -y git script: -- GitLab