diff --git a/bob/devtools/data/gitlab-ci/nightlies.yaml b/bob/devtools/data/gitlab-ci/nightlies.yaml index 54fda8dc20fc90889093301e7f47b9fc74fb8781..a788bcbb06a702c3ea5b45cc093723174a162bb0 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 base + - python3 bootstrap.py -vv channel bdt - source ${CONDA_ROOT}/etc/profile.d/conda.sh - conda activate base cache: