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 104108f commit 7eadfa2Copy full SHA for 7eadfa2
.github/workflows/ci_tests_dev.yaml
@@ -108,13 +108,8 @@ jobs:
108
- name: Pull baseline image data from dvc remote
109
if: github.event_name == 'schedule'
110
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
115
dvc pull
116
ls -lhR pygmt/tests/baseline/
117
- git checkout ${ORIGINAL_BRANCH}
118
119
# Pull baseline image data from dvc remote (DAGsHub)
120
0 commit comments