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

[gitlab-ci] Force install of conda-build on base environment to handle conda...

[gitlab-ci] Force install of conda-build on base environment to handle conda inspect requirmenets in macos builds [ci skip]
parent 3759c8fa
No related branches found
No related tags found
No related merge requests found
Pipeline #52985 skipped
......@@ -26,6 +26,8 @@ stages:
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel bdt
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
# for conda inspect during builds (on macos)
- conda install -n base conda-build
- conda activate bdt
- bdt ci check -vv
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