From 283b6c37ff7fc9c850a4c94522ec1e89ab6c5fef Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Mon, 12 Jan 2026 09:38:01 +0800 Subject: [PATCH] CI: Cache @earth_age_10m_g and @SOEST_block4.png --- pygmt/helpers/caching.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pygmt/helpers/caching.py b/pygmt/helpers/caching.py index 30bd355c628..203b25d9a10 100644 --- a/pygmt/helpers/caching.py +++ b/pygmt/helpers/caching.py @@ -14,6 +14,7 @@ def cache_data() -> None: # List of GMT remote datasets. "@earth_age_01d_g", "@earth_age_30m_g", + "@earth_age_10m_g", "@earth_day_01d_p", "@earth_dist_01d_g", "@earth_dist_30m_g", @@ -112,6 +113,7 @@ def cache_data() -> None: "@RidgeTest.prj", "@RidgeTest.shp", "@RidgeTest.shx", + "@SOEST_block4.png", "@Table_5_11.txt", "@Table_5_11_mean.xyz", "@capitals.gmt",