From 8c883bd548964952b90c2c99683261a1a8ae99e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20LOUNES?= Date: Sun, 15 Dec 2024 02:09:23 +0100 Subject: [PATCH] remove CI ENV hack --- src/Precompile.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Precompile.jl b/src/Precompile.jl index c3c86f55d..8fe9a5e6d 100644 --- a/src/Precompile.jl +++ b/src/Precompile.jl @@ -1,9 +1,6 @@ using PrecompileTools: @setup_workload, @compile_workload @setup_workload begin - @static if haskey(ENV, "REACTANT_TEST_GROUP") - return - end @compile_workload begin initialize_dialect() cpu = XLA.CPUClient()