Skip to content

Commit

Permalink
test: add Statistics using Pkg.add
Browse files Browse the repository at this point in the history
This is to see if CI will pass or not. This will be removed before
merging
  • Loading branch information
sathvikbhagavan committed Sep 11, 2023
1 parent 345b254 commit 984b6e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 984b6e4

Please sign in to comment.