From 984b6e4bd83fe64b99f4a452bd8eab70d0c3eb1a Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Mon, 11 Sep 2023 02:49:36 +0000 Subject: [PATCH] test: add `Statistics` using Pkg.add This is to see if CI will pass or not. This will be removed before merging --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index b833b0657..d709e1091 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -2,6 +2,7 @@ using Surrogates using Test using SafeTestsets using Pkg +Pkg.add(name="Statistics", version=VERSION) function dev_subpkg(subpkg) subpkg_path = joinpath(dirname(@__DIR__), "lib", subpkg)