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
No related branches found
No related tags found
1 merge request!251Use base environment for bdt to make it compatible with boa
Pipeline #54674 passed
...@@ -23,11 +23,11 @@ stages: ...@@ -23,11 +23,11 @@ stages:
before_script: before_script:
- "[ -r ~/.condarc ] && rm -fv ~/.condarc" - "[ -r ~/.condarc ] && rm -fv ~/.condarc"
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - 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 - source ${CONDA_ROOT}/etc/profile.d/conda.sh
# 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 - conda activate base
- bdt ci check -vv - bdt ci check -vv
cache: cache:
paths: paths:
......
...@@ -23,11 +23,11 @@ stages: ...@@ -23,11 +23,11 @@ stages:
before_script: before_script:
- "[ -r ~/.condarc ] && rm -fv ~/.condarc" - "[ -r ~/.condarc ] && rm -fv ~/.condarc"
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - 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 - source ${CONDA_ROOT}/etc/profile.d/conda.sh
# 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 - conda activate base
- 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