Skip to content

Commit 6b982c7

Browse files
committed
Fix BLAS/Lapack on CI
1 parent 1452e8d commit 6b982c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/checkout@v3
7979

8080
- name: Install dependencies
81-
run: sudo apt-get install emacs autoconf libhdf5-dev
81+
run: sudo apt-get install emacs autoconf libhdf5-dev libblas-dev liblapack-dev
8282

8383
- name: Install the latest TREXIO from the GitHub clone
8484
run: |
@@ -117,7 +117,7 @@ jobs:
117117
- uses: actions/checkout@v3
118118

119119
- name: Install dependencies
120-
run: sudo apt-get install emacs autoconf libhdf5-dev
120+
run: sudo apt-get install emacs autoconf libhdf5-dev libblas-dev liblapack-dev
121121

122122
- name: Install the latest TREXIO from the GitHub clone
123123
run: |
@@ -162,6 +162,7 @@ jobs:
162162
brew install hdf5
163163
brew install gcc
164164
brew install gfortran
165+
brew install openblas
165166
brew --prefix hdf5
166167
167168
- name: Install the latest TREXIO from the GitHub clone

0 commit comments

Comments
 (0)