Skip to content
Snippets Groups Projects

Use base environment for bdt to make it compatible with boa

Merged André Anjos requested to merge use-base-environment into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -23,11 +23,11 @@ stages:
before_script:
- "[ -r ~/.condarc ] && rm -fv ~/.condarc"
- 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
# for conda inspect during builds (on macos)
- conda install -n base conda-build
- conda activate bdt
- conda activate base
- bdt ci check -vv
cache:
paths:
Loading