Skip to content

Commit f6d876f

Browse files
committed
PDL::LinearAlgebra needs LAPACK
1 parent 35ac10c commit f6d876f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ jobs:
8282
run: cpanm -n Devel::Cover::Report::Coveralls
8383

8484
- if: ${{ matrix.dpss }}
85-
run: cpanm -n PDL::LinearAlgebra::Special
85+
name: Install LAPACK
86+
uses: PDLPorters/devops/github-actions/install-dep-lapack@master
87+
- if: ${{ matrix.dpss }}
88+
run: cpanm -n PDL::LinearAlgebra::Special || ( cat ~/.cpanm/build.log && false )
8689

8790
- if: ${{ matrix.kaiser }}
8891
name: Install GSL

0 commit comments

Comments
 (0)