Skip to content

Commit

Permalink
Check GR=0.73 version
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Aug 24, 2024
1 parent ca7cd53 commit adc7aa6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Contour = "0.5 - 0.6"
Downloads = "1"
FFMPEG = "0.3, 0.4"
FixedPointNumbers = "0.6 - 0.8"
GR = "0.69.5 - 0.73"
GR = "0.73"
Gaston = "1"
HDF5 = "0.16 - 0.17"
InspectDR = "0.5"
Expand Down
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ is_auto() = Plots.bool_env("VISUAL_REGRESSION_TESTS_AUTO", "false")
is_pkgeval() = Plots.bool_env("JULIA_PKGEVAL", "false")
is_ci() = Plots.bool_env("CI", "false")

using Pkg
println(Pkg.status("GR"))
error("done")


for name in (
"quality",
"misc",
Expand Down

0 comments on commit adc7aa6

Please sign in to comment.