1 parent e79dc37 commit 1486c80Copy full SHA for 1486c80
1 file changed
.github/workflows/automated_testing.yml
@@ -26,14 +26,6 @@ jobs:
26
working-directory: ${{github.workspace}}/eigen
27
run: cmake -B ${{github.workspace}}/eigen/build -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/eigen/build
28
29
- - name: Build BLAS
30
- working-directory: ${{github.workspace}}/eigen
31
- run: cmake --blas
32
-
33
- - name: Build Lapack
34
35
- run: cmake --lapack
36
37
- name: Install Eigen
38
39
run: cmake --install build
0 commit comments