Skip to content

Commit

Permalink
Update test/runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Sep 14, 2023
1 parent 984b6e4 commit 7d3c0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Surrogates
using Test
using SafeTestsets
using Pkg
Pkg.add(name="Statistics", version=VERSION)
VERSION <= v"1.7" && Pkg.add(name="Statistics", version=VERSION)

function dev_subpkg(subpkg)
subpkg_path = joinpath(dirname(@__DIR__), "lib", subpkg)
Expand Down

0 comments on commit 7d3c0c3

Please sign in to comment.