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

add_pip_as_python_dependency False

parent 4a9f572f
No related branches found
No related tags found
1 merge request!63Conda package based CI
......@@ -3,9 +3,11 @@
source $(dirname ${0})/functions.sh
run_cmd ${CONDA_FOLDER}/bin/conda install -n root --yes --quiet conda=4 conda-build=3
run_cmd ${CONDA_FOLDER}/bin/conda install --override-channels -c defaults -n root --yes --quiet conda=4 conda-build=3
run_cmd ${CONDA_FOLDER}/bin/conda config --set always_yes yes --set changeps1 no
run_cmd ${CONDA_FOLDER}/bin/conda config --set show_channel_urls true
run_cmd ${CONDA_FOLDER}/bin/conda config --set add_pip_as_python_dependency False
run_cmd ${CONDA_FOLDER}/bin/conda config --set anaconda_upload no
run_cmd ${CONDA_FOLDER}/bin/conda clean --lock
run_cmd cp _ci/conda_build_config.yaml conda/
run_cmd ${CONDA_FOLDER}/bin/conda info
......
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