Skip to content

Commit 2080a2f

Browse files
only test mkl if usemkl
1 parent b970f86 commit 2080a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basictests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ end
202202
end
203203
end
204204

205-
test_algs = if VERSION >= v"1.9"
205+
test_algs = if VERSION >= v"1.9" && LinearSolve.usemkl
206206
(LUFactorization(),
207207
QRFactorization(),
208208
SVDFactorization(),

0 commit comments

Comments
 (0)