From 4677d93b3c14bb2f26aa6fd3853a301273242c70 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 4 Jun 2026 12:52:23 +0800 Subject: [PATCH] CI: Caching earth_relief_15m_g used in doctests --- pygmt/helpers/caching.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pygmt/helpers/caching.py b/pygmt/helpers/caching.py index 4acce7143a2..e315a0eddcc 100644 --- a/pygmt/helpers/caching.py +++ b/pygmt/helpers/caching.py @@ -46,6 +46,7 @@ def cache_data() -> None: "@earth_relief_05m_p", "@earth_relief_10m_g", "@earth_relief_10m_p", + "@earth_relief_15m_g", "@earth_relief_30m_g", "@earth_relief_30m_p", "@earth_synbath_01d_g",