Skip to content

Commit effcc9c

Browse files
committed
Adding openblas to CI environment
1 parent 4dc085a commit effcc9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/make.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Setup MPI
3535
uses: mpi4py/setup-mpi@v1
3636

37+
- name: Install OpenBLAS
38+
run: apt-get -y install libopenblas0
39+
3740
- name: Build ScaLAPACK
3841
run: |
3942
cp SLmake.inc.example SLmake.inc

0 commit comments

Comments
 (0)