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

[data] Use base environment for bdt to make it compatible with boa

parent b058cad1
Branches
Tags
1 merge request!251Use base environment for bdt to make it compatible with boa
Pipeline #54674 passed
......@@ -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:
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment