Skip to content

Commit 1fd7c13

Browse files
committed
Add BLAS and LAPACK install for CI tests
1 parent 45195d0 commit 1fd7c13

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
# ------------------------------------------------------------
7171
# Install FEelMRI and Python dependencies
7272
# ------------------------------------------------------------
73+
- name: Install system dependencies for FEniCS Basix
74+
run: sudo apt-get update && sudo apt-get install -y libblas-dev liblapack-dev
75+
7376
- name: Install Python dependencies
7477
run: |
7578
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)