Skip to content

Commit 13ab551

Browse files
weiji14seisman
andauthored
Pull dvc baseline images from gmt-6.4 branch to test GMT dev (#1865)
Co-authored-by: Dongdong Tian <[email protected]>
1 parent d68b6b5 commit 13ab551

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci_tests_dev.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,12 @@ jobs:
106106
# Pull baseline image data from dvc remote (DAGsHub)
107107
- name: Pull baseline image data from dvc remote
108108
run: |
109+
ORIGINAL_BRANCH=$(git branch --show-current)
110+
# Pull down GMT 6.4 baseline images from the gmt-6.4 branch
111+
git checkout gmt-6.4
109112
dvc pull
110113
ls -lhR pygmt/tests/baseline/
114+
git checkout ${ORIGINAL_BRANCH}
111115
112116
# Build and install latest GMT from GitHub
113117
- name: Install GMT ${{ matrix.gmt_git_ref }} branch (Linux/macOS)

0 commit comments

Comments
 (0)