Skip to content

Commit

Permalink
Remove LAPACK and BLAS from CirclCI test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichenggeng committed Nov 19, 2020
1 parent cff0473 commit e0db149
Showing 1 changed file with 1 addition 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 libblas-dev liblapack-dev swig
sudo apt-get install swig
- run:
name: Setup Environment Variables
Expand Down

0 comments on commit e0db149

Please sign in to comment.