Skip to content

Commit ceb26fa

Browse files
committed
Exclude JET on Julia 1.12
1 parent 7338146 commit ceb26fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ using JET
1515
@info "- running Aqua.jl tests..."
1616
Aqua.test_all(ExplainableAI; ambiguities=false)
1717
end
18-
if VERSION <= v"1.12" # TODO: remove. As of PR #184, JET fails on pre-release builds.
18+
if VERSION < v"1.12" # TODO: remove. As of PR #184, JET fails on pre-release builds.
1919
@testset "JET tests" begin
2020
@info "- running JET.jl type stability tests..."
2121
JET.test_package(ExplainableAI; target_defined_modules=true)

0 commit comments

Comments
 (0)