Skip to content
Snippets Groups Projects
Commit accc66bc authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[gitlab-ci] conda install conda-build from bdt environment into base [ci skip]

parent c84569cb
No related branches found
No related tags found
No related merge requests found
Pipeline #52994 skipped
...@@ -26,9 +26,9 @@ stages: ...@@ -26,9 +26,9 @@ stages:
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel bdt - python3 bootstrap.py -vv channel bdt
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate bdt
# for conda inspect during builds (on macos) # for conda inspect during builds (on macos)
- conda install -n base conda-build - conda install -n base conda-build
- conda activate bdt
- bdt ci check -vv - bdt ci check -vv
cache: cache:
paths: paths:
......
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