Skip to content
Snippets Groups Projects
Commit 990def98 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[nightlies][ci skip] install bob.devtools in base again

parent a1ec1e0a
No related branches found
No related tags found
No related merge requests found
Pipeline #54534 skipped
...@@ -23,7 +23,7 @@ stages: ...@@ -23,7 +23,7 @@ stages:
# remove ~/.conda if it exists unless it's a mac machine # remove ~/.conda if it exists unless it's a mac machine
- "[ -d ~/.conda ] && [ ! -d /Applications ] && rm -rfv ~/.conda" - "[ -d ~/.conda ] && [ ! -d /Applications ] && rm -rfv ~/.conda"
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - 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 - source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base - conda activate base
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment