We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45195d0 commit 1fd7c13Copy full SHA for 1fd7c13
1 file changed
.github/workflows/ci.yml
@@ -70,6 +70,9 @@ jobs:
70
# ------------------------------------------------------------
71
# Install FEelMRI and Python dependencies
72
73
+ - name: Install system dependencies for FEniCS Basix
74
+ run: sudo apt-get update && sudo apt-get install -y libblas-dev liblapack-dev
75
+
76
- name: Install Python dependencies
77
run: |
78
python -m pip install --upgrade pip
0 commit comments