From 3d83cc28e50ce14b9586f9e6cb80d1ec134982af Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Fri, 21 Sep 2018 07:18:44 -0700 Subject: [PATCH] conda: Pin conda-build version? --- conda-get.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda-get.sh b/conda-get.sh index 27273f70..e7413982 100755 --- a/conda-get.sh +++ b/conda-get.sh @@ -13,7 +13,9 @@ fi export PATH=$CONDA_PATH/bin:$PATH echo "python==3.6" > $CONDA_PATH/conda-meta/pinned +echo "conda-build==3.14.0" >> $CONDA_PATH/conda-meta/pinned +conda install -y python conda update -y conda conda install -y conda-build