We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd68b9d commit 1fc1c18Copy full SHA for 1fc1c18
test/runtests.jl
@@ -5,7 +5,7 @@ using ReTestItems, Hwloc, InteractiveUtils, Pkg
5
const GROUP = lowercase(get(ENV, "GROUP", "All"))
6
7
if GROUP != "trim"
8
- using NonlinearSolve # trimming uses a NonlinearSolve from a custom environment
+ using NonlinearSolve # trimming uses NonlinearSolve from a custom environment
9
10
const EXTRA_PKGS = Pkg.PackageSpec[]
11
if GROUP == "all" || GROUP == "downstream"
0 commit comments