Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 12, 2024
1 parent 76f9be1 commit cddf904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlotsBase/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function is_latest(variant)
channels = available_channels()
ver = VersionNumber(split(channels[variant]["Version"], '+') |> first)
dev = occursin("DEV", string(VERSION)) # or length(VERSION.prerelease) < 2
!dev && VersionNumber(ver.major, ver.minor, 0, ("",)) VERSION < VersionNumber(ver.major, ver.minor + 1, 0)
!dev && VersionNumber(ver.major, ver.minor, 0, ("",)) VERSION < VersionNumber(ver.major, ver.minor + 1)
end

is_auto() = Base.get_bool_env("VISUAL_REGRESSION_TESTS_AUTO", false)
Expand Down

0 comments on commit cddf904

Please sign in to comment.