Skip to content

Commit

Permalink
Add LAPACK and BLAS back to continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichenggeng committed Nov 19, 2020
1 parent e0db149 commit 9c70f49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo apt-get update
sudo apt-get install python-pip
sudo pip install numpy scipy
sudo apt-get install swig
sudo apt-get install libblas-dev liblapack-dev swig
- run:
name: Setup Environment Variables
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ sudo: false
addons:
apt:
packages:
- libblas-dev
- liblapack-dev
- swig
- python-numpy

Expand Down

0 comments on commit 9c70f49

Please sign in to comment.