Skip to content

Commit

Permalink
Fix travis h5py issue (#557)
Browse files Browse the repository at this point in the history
Install h5py using pip to fix travis error.

Co-authored-by: Alex Lubbock <alex.lubbock@rfi.ac.uk>
  • Loading branch information
alubbock and alubbock committed Dec 7, 2021
1 parent 5cbb147 commit 30be9f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ before_install:
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- conda install --yes -c conda-forge python="$PYVER"
numpy scipy matplotlib sympy nose h5py pexpect pandas networkx
numpy scipy matplotlib sympy nose pexpect pandas networkx
pydot codecov mock cython
- pip install h5py # use pip due to travis/conda undefined symbol error
- if [[ $PYVER != 3.8 ]]; then conda install --yes -c SBMLTeam python-libsbml; else pip install python-libsbml; fi
# libroadrunner is not currently available for Python 3.8
- if [[ $PYVER != 3.8 ]]; then pip install libroadrunner twine; else pip install twine; fi
Expand Down

0 comments on commit 30be9f1

Please sign in to comment.