Skip to content

Commit

Permalink
fix shift
Browse files Browse the repository at this point in the history
  • Loading branch information
glou-nes committed Dec 12, 2024
1 parent 1c464c0 commit bbe3350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reactant.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ end

#HACK: Disable precompilation for test
@info gethostname()
@static if splitpath(Base.active_project())[2] != "runner"
@static if splitpath(Base.active_project())[3] != "runner"
@info "enable precompilation"
include("precompile.jl")
end
Expand Down

0 comments on commit bbe3350

Please sign in to comment.