Skip to content

Commit

Permalink
conda: Pin to python3.6 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 21, 2018
1 parent 5e22750 commit 466e683
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions conda-get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ if [ ! -d $CONDA_PATH -o ! -z "$CI" ]; then
./Miniconda3-latest-Linux-x86_64.sh -p $CONDA_PATH -b -f
fi
export PATH=$CONDA_PATH/bin:$PATH

echo "python==3.6" > $CONDA_PATH/conda-meta/pinned

conda update -y conda
if [ ! -z "$CONDA_BUILD_VERSION" ]; then
conda install -y conda-build==$CONDA_BUILD_VERSION
echo "conda-build==$CONDA_BUILD_VERSION" > $CONDA_PATH/conda-meta/pinned
else
conda install -y conda-build
conda install -y conda-verify
fi

conda install -y conda-build
conda install -y conda-verify

conda install -y anaconda-client
conda install -y jinja2

0 comments on commit 466e683

Please sign in to comment.