Skip to content

Commit 7eadfa2

Browse files
authored
CI: Let the GMT Dev Test workflow pull baseline images from the default branch (#2045)
1 parent 104108f commit 7eadfa2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci_tests_dev.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,8 @@ jobs:
108108
- name: Pull baseline image data from dvc remote
109109
if: github.event_name == 'schedule'
110110
run: |
111-
ORIGINAL_BRANCH=$(git branch --show-current)
112-
# Pull down GMT 6.4 baseline images from the gmt-6.4 branch
113-
# https://github.com/GenericMappingTools/pygmt/pull/1883
114-
git checkout gmt-6.4
115111
dvc pull
116112
ls -lhR pygmt/tests/baseline/
117-
git checkout ${ORIGINAL_BRANCH}
118113
119114
# Pull baseline image data from dvc remote (DAGsHub)
120115
- name: Pull baseline image data from dvc remote

0 commit comments

Comments
 (0)