File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2222 version :
2323 - ' lts'
2424 - ' 1'
25- # - 'pre'
25+ - ' pre'
2626 steps :
2727 - uses : actions/checkout@v4
2828 - uses : julia-actions/setup-julia@v2
Original file line number Diff line number Diff line change @@ -15,9 +15,11 @@ using JET
1515 @info " - running Aqua.jl tests..."
1616 Aqua. test_all (ExplainableAI; ambiguities= false )
1717 end
18- @testset " JET tests" begin
19- @info " - running JET.jl type stability tests..."
20- JET. test_package (ExplainableAI; target_defined_modules= true )
18+ if VERSION <= v " 1.12" # TODO : remove. As of PR #184, JET fails on pre-release builds.
19+ @testset " JET tests" begin
20+ @info " - running JET.jl type stability tests..."
21+ JET. test_package (ExplainableAI; target_defined_modules= true )
22+ end
2123 end
2224 end
2325
You can’t perform that action at this time.
0 commit comments