Skip to content

Commit

Permalink
Add blas and lapack as dependencies to install
Browse files Browse the repository at this point in the history
  • Loading branch information
wong-hl committed Feb 18, 2025
1 parent 9ea90a1 commit 87cfbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sharpy_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
gfortran --version
export QT_QPA_PLATFORM='offscreen'
sudo apt install libeigen3-dev
sudo apt install libblas-dev liblapack-dev libeigen3-dev
git submodule init
git submodule update
git fetch --tags -f
Expand Down

0 comments on commit 87cfbcd

Please sign in to comment.