Skip to content

Commit

Permalink
revert to LinearSolve2
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Feb 11, 2025
1 parent 3359030 commit 00a1e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GridVisualize = "0.5.2,0.6.1,1"
InteractiveUtils = "1.9"
JLD2 = "0.4.29, 0.5"
LinearAlgebra = "1.9"
LinearSolve = "2.36, 3"
LinearSolve = "2.36"
Printf = "1.9"
Random = "1.9"
RecursiveArrayTools = "2,3"
Expand Down
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function run_all_tests(; run_notebooks = false, notebooksonly = false)
Aqua.test_project_extras(VoronoiFVM)
Aqua.test_stale_deps(VoronoiFVM)
Aqua.test_deps_compat(VoronoiFVM)
Aqua.test_piracies(VoronoiFVM, broken = true)
Aqua.test_piracies(VoronoiFVM)
Aqua.test_persistent_tasks(VoronoiFVM)
end

Expand All @@ -96,5 +96,5 @@ if haskey(ENV, "EXAMPLES_ONLY")
elseif haskey(ENV, "NOTEBOOKS_ONLY")
run_all_tests(; run_notebooks = true, notebooksonly = true)
else
run_all_tests(; run_notebooks = VERSION < v"1.12.0-DEV.0", notebooksonly = false)
run_all_tests(; run_notebooks = true, notebooksonly = false)
end

0 comments on commit 00a1e96

Please sign in to comment.