Skip to content

Commit

Permalink
Revert "remove CI ENV hack"
Browse files Browse the repository at this point in the history
This reverts commit a688556.
  • Loading branch information
glou-nes authored and wsmoses committed Jan 3, 2025
1 parent 8c883bd commit 6c4d00c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Precompile.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
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()
Expand Down

0 comments on commit 6c4d00c

Please sign in to comment.