We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ac10c commit f6d876fCopy full SHA for f6d876f
1 file changed
.github/workflows/test.yml
@@ -82,7 +82,10 @@ jobs:
82
run: cpanm -n Devel::Cover::Report::Coveralls
83
84
- if: ${{ matrix.dpss }}
85
- run: cpanm -n PDL::LinearAlgebra::Special
+ 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 )
89
90
- if: ${{ matrix.kaiser }}
91
name: Install GSL
0 commit comments