From bdcab7cdf10659b27f0241314902570e620a63c4 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Tue, 22 May 2018 17:32:50 +0200
Subject: [PATCH] Temporary downgrade conda-build. See:
 https://gitlab.idiap.ch/beat/beat.cmdline/merge_requests/30

---
 gitlab/before_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitlab/before_build.sh b/gitlab/before_build.sh
index 1d46495..93482fc 100755
--- a/gitlab/before_build.sh
+++ b/gitlab/before_build.sh
@@ -43,7 +43,7 @@ echo "Contents of \`${CONDARC}':"
 cat ${CONDARC}
 
 # updates conda installation
-run_cmd ${CONDA_ROOT}/bin/conda install python conda=4 curl conda-build=3
+run_cmd ${CONDA_ROOT}/bin/conda install python conda=4 curl conda-build=3.10.3
 
 # cleans up
 run_cmd ${CONDA_ROOT}/bin/conda clean --lock
-- 
GitLab