From 7f80bad77c951fe9ba2cf1f94bd5c007e7a40371 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Sat, 24 Aug 2024 17:49:21 +0100 Subject: [PATCH] Attempt to manually upgrade after resolving Manifest --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index 100a6d92e..f7032d630 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -38,6 +38,7 @@ is_ci() = Plots.bool_env("CI", "false") using Pkg println(Pkg.status("GR")) +Pkg.add("GR", version="0.73.7") error("done")