File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,23 @@ jobs:
106
106
107
107
# Pull baseline image data from dvc remote (DAGsHub)
108
108
- name : Pull baseline image data from dvc remote
109
+ if : github.event_name == 'schedule'
109
110
run : |
110
111
ORIGINAL_BRANCH=$(git branch --show-current)
111
112
# Pull down GMT 6.4 baseline images from the gmt-6.4 branch
113
+ # https://github.com/GenericMappingTools/pygmt/pull/1883
112
114
git checkout gmt-6.4
113
115
dvc pull
114
116
ls -lhR pygmt/tests/baseline/
115
117
git checkout ${ORIGINAL_BRANCH}
116
118
119
+ # Pull baseline image data from dvc remote (DAGsHub)
120
+ - name : Pull baseline image data from dvc remote
121
+ if : github.event_name != 'schedule'
122
+ run : |
123
+ dvc pull
124
+ ls -lhR pygmt/tests/baseline/
125
+
117
126
# Build and install latest GMT from GitHub
118
127
- name : Install GMT ${{ matrix.gmt_git_ref }} branch (Linux/macOS)
119
128
run : curl https://raw.githubusercontent.com/GenericMappingTools/gmt/master/ci/build-gmt.sh | bash
You can’t perform that action at this time.
0 commit comments