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

Also updates conda

parent 5f89c039
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@ CONDA=${BASEDIR}/bin/conda
echo "[>>] Cleaning conda cache..."
${CONDA} clean --all --yes
echo "[>>] Updating conda and conda-build..."
${CONDA} update -n root conda conda-build --yes
for k in 2.7 3.4 3.5; do
py=`echo $k | sed -e 's/\.//'`
e="bob-devel-py$py"
......
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