Skip to content

Commit c8d1686

Browse files
committed
test: disable JET for julia < 1.12
1 parent 0c30750 commit c8d1686

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/quality_tests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ end
55

66
@testitem "Code linting (JET.jl)" begin
77
using JET
8-
JET.test_package(GraphDynamicalSystems; target_defined_modules = true)
8+
if VERSION v"1.12"
9+
JET.test_package(GraphDynamicalSystems; target_defined_modules = true)
10+
end
911
end

0 commit comments

Comments
 (0)