1 parent 8cbe269 commit a9d847bCopy full SHA for a9d847b
1 file changed
.github/workflows/automated_testing.yml
@@ -19,6 +19,9 @@ jobs:
19
steps:
20
- uses: actions/checkout@v3
21
22
+ -name: Install BLAS
23
+ run: sudo apt-get install -y libblas-dev liblapack-dev
24
+
25
- name: Download Eigen
26
run: git clone https://gitlab.com/libeigen/eigen.git; cd eigen; git checkout 5.0
27
0 commit comments