Skip to content

Commit

Permalink
run Aqua only on julia 1.10 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Mar 4, 2024
1 parent 2dc7a7a commit ff4e714
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/test_aqua.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import Aqua
using CFTime

Aqua.test_all(CFTime)

if VERSION >= v"1.10"
Aqua.test_all(CFTime)
end

0 comments on commit ff4e714

Please sign in to comment.