Skip to content

Commit db3d5d8

Browse files
committed
CI: Add openblas as a dependency.
1 parent ec6784c commit db3d5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Install Linux dependencies
3434
run: |
35-
sudo apt-get install openmpi-bin libopenmpi-dev
35+
sudo apt-get install openmpi-bin libopenmpi-dev libopenblas-dev
3636
pip install mpi4py
3737
pip install petsc petsc4py
3838
env:

0 commit comments

Comments
 (0)