Skip to content

Commit

Permalink
Installing pytmatrix from github repo to avoid old pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
josephhardinee committed May 9, 2017
1 parent fbaec63 commit 859b6e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions continuous_integration/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ conda install --yes numpy scipy matplotlib netcdf4 nose sphinx numpydoc hdf4=4.2
conda install --yes sphinx_rtd_theme


pip install git+https://github.com/jleinonen/pytmatrix.git
if [[ $PYTHON_VERSION == '2.7' ]]; then
conda install --yes sphinx numpydoc hdf4=4.2.12
conda install --yes sphinx_rtd_theme
Expand Down

0 comments on commit 859b6e9

Please sign in to comment.