From 31f5140bad94e9ede82db0f57f43ed0dc810feb3 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Sat, 28 Jan 2017 09:30:03 +0100
Subject: [PATCH] Also updates conda

---
 install/install-ci.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/install/install-ci.sh b/install/install-ci.sh
index dbff4a8..e6ba964 100755
--- a/install/install-ci.sh
+++ b/install/install-ci.sh
@@ -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"
-- 
GitLab