Skip to content

Commit

Permalink
Added lapack as a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Jul 2, 2020
1 parent 538c8db commit 6780ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:
- conda config --add channels conda-forge
- conda update -q conda
install:
- conda create -q -n test-env python=$TRAVIS_PYTHON_VERSION numpy cython ipopt future six setuptools sphinx numpydoc pkg-config
- conda create -q -n test-env python=$TRAVIS_PYTHON_VERSION lapack numpy cython ipopt future six setuptools sphinx numpydoc pkg-config
- conda activate test-env
before_script:
- conda info
Expand Down

0 comments on commit 6780ba1

Please sign in to comment.