Skip to content
Snippets Groups Projects

Add a check for python -m pip install line

Merged Amir MOHAMMADI requested to merge pip into master
3 files
+ 14
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -26,7 +26,7 @@ stages:
- 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
- mamba install -n base conda-build
- conda activate base
- bdt ci check -vv
cache:
Loading