Skip to content

Commit

Permalink
conda: Pin conda-build version?
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 21, 2018
1 parent 466e683 commit 3d83cc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda-get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d83cc2

Please sign in to comment.