Skip to content

Commit a9d847b

Browse files
committed
Install BLAS
1 parent 8cbe269 commit a9d847b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/automated_testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121

22+
-name: Install BLAS
23+
run: sudo apt-get install -y libblas-dev liblapack-dev
24+
2225
- name: Download Eigen
2326
run: git clone https://gitlab.com/libeigen/eigen.git; cd eigen; git checkout 5.0
2427

0 commit comments

Comments
 (0)