Skip to content

Commit 3585cca

Browse files
always accept
1 parent 58a8c1f commit 3585cca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ using LearnBase
88
using LightGraphs
99
using Zygote
1010
using Test
11+
using MLDatasets
1112
CUDA.allowscalar(false)
1213

14+
ENV["DATADEPS_ALWAYS_ACCEPT"] = true # for MLDatasets
15+
1316
include("test_utils.jl")
1417

1518
tests = [

0 commit comments

Comments
 (0)