Skip to content
Snippets Groups Projects
Commit fb2d947e authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[ci skip] activate env first

parent c34eba6e
No related branches found
No related tags found
No related merge requests found
Pipeline #54690 skipped
...@@ -26,8 +26,8 @@ stages: ...@@ -26,8 +26,8 @@ stages:
- python3 bootstrap.py -vv channel base - 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)
- mamba install -n base conda-build
- conda activate base - conda activate base
- mamba install -n base conda-build
- bdt ci check -vv - bdt ci check -vv
cache: cache:
paths: paths:
......
...@@ -26,8 +26,8 @@ stages: ...@@ -26,8 +26,8 @@ stages:
- python3 bootstrap.py -vv channel base - 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)
- mamba install -n base conda-build
- conda activate base - conda activate base
- mamba install -n base conda-build
- 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