Skip to content

Commit

Permalink
Fix JET tests for pre-release of julia
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Sep 24, 2024
1 parent 959174a commit f4dd652
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/JET.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@testset "Code linting (JET.jl)" begin
JET.test_package(ConstraintsTranslator; target_defined_modules = true)
end
if VERSION v"1.10"
JET.test_package(ConstraintsTranslator; target_defined_modules = true)
end
end

0 comments on commit f4dd652

Please sign in to comment.