Skip to content

Commit

Permalink
Install miniconda in $HOME to avoid long prefix issues in conda-build…
Browse files Browse the repository at this point in the history
… 2.0

Change-Id: I4163d2aa2a2b131a438883fec70c144d8c03259d
  • Loading branch information
wesm committed Sep 7, 2016
1 parent 9fd94f5 commit 17e5175
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/travis_install_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ else
fi

wget -O miniconda.sh $MINICONDA_URL
export MINICONDA=$TRAVIS_BUILD_DIR/miniconda

export MINICONDA=$HOME/miniconda

bash miniconda.sh -b -p $MINICONDA
export PATH="$MINICONDA/bin:$PATH"
conda update -y -q conda
Expand Down

0 comments on commit 17e5175

Please sign in to comment.