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

Use http for conda installation

parent ea05e0f1
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ fi ...@@ -39,7 +39,7 @@ fi
echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..." echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..."
${CONDA} create --yes -n ${NAME} \ ${CONDA} create --yes -n ${NAME} \
--override-channels \ --override-channels \
-c https://www.idiap.ch/software/bob/conda \ -c http://www.idiap.ch/software/bob/conda \
-c defaults \ -c defaults \
python=$PYTHON_VERSION \ python=$PYTHON_VERSION \
anaconda=4.2.0 \ anaconda=4.2.0 \
......
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