Skip to content

Commit

Permalink
Merge pull request #263 from choderalab/Pin-CB215-tmp
Browse files Browse the repository at this point in the history
Pin Conda-build to 2.1.5 until they fix it
  • Loading branch information
Lnaden committed Mar 15, 2017
2 parents bf5e96b + 8219c4f commit 64c9096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/travis-ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bash $MINICONDA -b -p $MINICONDA_HOME
export PIP_ARGS="-U"
export PATH=$MINICONDA_HOME/bin:$PATH
conda update --yes conda
conda install --yes conda-build jinja2 anaconda-client pip
conda install --yes conda-build=2.1.5 jinja2 anaconda-client pip

# Restore original directory
popd

0 comments on commit 64c9096

Please sign in to comment.