We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68b6b5 commit 13ab551Copy full SHA for 13ab551
.github/workflows/ci_tests_dev.yaml
@@ -106,8 +106,12 @@ jobs:
106
# Pull baseline image data from dvc remote (DAGsHub)
107
- name: Pull baseline image data from dvc remote
108
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
112
dvc pull
113
ls -lhR pygmt/tests/baseline/
114
+ git checkout ${ORIGINAL_BRANCH}
115
116
# Build and install latest GMT from GitHub
117
- name: Install GMT ${{ matrix.gmt_git_ref }} branch (Linux/macOS)
0 commit comments