Skip to content

Commit

Permalink
Only test extensions when VERSION >= v"1.9"
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Sep 26, 2023
1 parent 0803dc2 commit a7c18c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ using SafeTestsets
end

### Tests extensions. ###
@time @safetestset "Homotopy Continuation Extension" begin include("extensions/homotopy_continuation.jl") end
if VERSION >= v"1.9"
@time @safetestset "Homotopy Continuation Extension" begin include("extensions/homotopy_continuation.jl") end
end
end # @time

0 comments on commit a7c18c5

Please sign in to comment.