Skip to content

Commit

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

0 comments on commit 8c883bd

Please sign in to comment.