From 990def98a82959c82fa1477d030d187ee0d051c0 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Fri, 1 Oct 2021 17:45:50 +0200 Subject: [PATCH] [nightlies][ci skip] install bob.devtools in base again --- bob/devtools/data/gitlab-ci/nightlies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/devtools/data/gitlab-ci/nightlies.yaml b/bob/devtools/data/gitlab-ci/nightlies.yaml index a788bcbb..54fda8dc 100644 --- a/bob/devtools/data/gitlab-ci/nightlies.yaml +++ b/bob/devtools/data/gitlab-ci/nightlies.yaml @@ -23,7 +23,7 @@ stages: # remove ~/.conda if it exists unless it's a mac machine - "[ -d ~/.conda ] && [ ! -d /Applications ] && rm -rfv ~/.conda" - curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - - python3 bootstrap.py -vv channel bdt + - python3 bootstrap.py -vv channel base - source ${CONDA_ROOT}/etc/profile.d/conda.sh - conda activate base cache: -- GitLab