Skip to content
Snippets Groups Projects
Commit 50b52829 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 (noarch) [ci skip]
parent d381716f
No related branches found
No related tags found
No related merge requests found
Pipeline #52989 skipped
...@@ -26,6 +26,8 @@ stages: ...@@ -26,6 +26,8 @@ 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
# for conda inspect during builds (on macos)
- conda install -n base conda-build
- conda activate bdt - conda activate bdt
- bdt ci check -vv - bdt ci check -vv
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