Skip to content

Commit 1c679c6

Browse files
Merge pull request #407 from SciML/mkl_test
only test mkl if usemkl
2 parents b970f86 + 2080a2f commit 1c679c6

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)