Skip to content

Commit 99ddc06

Browse files
committed
ci: needs lapack
1 parent 83886ac commit 99ddc06

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci_python.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
- run: flake8
2626
- run: mypy
2727

28+
- name: Install Lapack (linux)
29+
if: runner.os == 'Linux'
30+
run: |
31+
sudo apt update
32+
sudo apt install --no-install-recommends liblapack-dev
33+
2834
- run: cmake -Bbuild -Dpython=yes
2935
- run: cmake --build build --parallel
3036

0 commit comments

Comments
 (0)