Skip to content

Commit 0892ea5

Browse files
Merge branch 'master' into wrap-grd2cpt
2 parents 826c8f9 + 5b80c64 commit 0892ea5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ jobs:
8989
run: |
9090
mkdir -p ~/.gmt
9191
mv .gmt/* ~/.gmt
92-
ls -lh ~/.gmt
92+
# Change modification times of the two files, so GMT won't refresh it
93+
touch ~/.gmt/server/gmt_data_server.txt ~/.gmt/server/gmt_hash_server.txt
94+
ls -lhR ~/.gmt
9395
9496
# Install the package that we want to test
9597
- name: Install the package

.github/workflows/ci_tests_dev.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ jobs:
108108
run: |
109109
mkdir -p ~/.gmt
110110
mv .gmt/* ~/.gmt
111-
ls -lh ~/.gmt
111+
# Change modification times of the two files, so GMT won't refresh it
112+
touch ~/.gmt/server/gmt_data_server.txt ~/.gmt/server/gmt_hash_server.txt
113+
ls -lhR ~/.gmt
112114
113115
# Install the package that we want to test
114116
- name: Install the package

0 commit comments

Comments
 (0)