File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 22
22
version :
23
23
- ' lts'
24
24
- ' 1'
25
- - ' pre'
25
+ # - 'pre'
26
26
steps :
27
27
- uses : actions/checkout@v4
28
28
- uses : julia-actions/setup-julia@v2
Original file line number Diff line number Diff line change @@ -15,11 +15,9 @@ using JET
15
15
@info " - running Aqua.jl tests..."
16
16
Aqua. test_all (ExplainableAI; ambiguities= false )
17
17
end
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
18
+ @testset " JET tests" begin
19
+ @info " - running JET.jl type stability tests..."
20
+ JET. test_package (ExplainableAI; target_defined_modules= true )
23
21
end
24
22
end
25
23
You can’t perform that action at this time.
0 commit comments