From f3688feadb4815d13f6fbafe9f26f9aca29dfdd9 Mon Sep 17 00:00:00 2001 From: fpacaud Date: Mon, 4 Dec 2023 17:47:42 +0100 Subject: [PATCH] another CI fix --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index a59f453..5f378b5 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -22,9 +22,9 @@ if has_cuda_gpu() using ArgosCUDA CUDA_ARCH = (CUDABackend(), CuArray, nothing) push!(ARCHS, CUDA_ARCH) + CUDA.versioninfo() end -CUDA.versioninfo() # Load test modules @isdefined(TestEvaluators) || include("Evaluators/TestEvaluators.jl")