From 3585ccaf8898b84376fab3985bd7952dd15c3fdc Mon Sep 17 00:00:00 2001 From: Carlo Lucibello <carlo.lucibello@gmail.com> Date: Wed, 22 Sep 2021 07:09:45 +0200 Subject: [PATCH] always accept --- test/runtests.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index 242701c8b..79aef8031 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -8,8 +8,11 @@ using LearnBase using LightGraphs using Zygote using Test +using MLDatasets CUDA.allowscalar(false) +ENV["DATADEPS_ALWAYS_ACCEPT"] = true # for MLDatasets + include("test_utils.jl") tests = [