Skip to content

Commit

Permalink
CI: Let the GMT Dev Test workflow pull baseline images from the defau…
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored and Josh Sixsmith committed Dec 21, 2022
1 parent f77334f commit 745301f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,8 @@ jobs:
- name: Pull baseline image data from dvc remote
if: github.event_name == 'schedule'
run: |
ORIGINAL_BRANCH=$(git branch --show-current)
# Pull down GMT 6.4 baseline images from the gmt-6.4 branch
# https://github.com/GenericMappingTools/pygmt/pull/1883
git checkout gmt-6.4
dvc pull
ls -lhR pygmt/tests/baseline/
git checkout ${ORIGINAL_BRANCH}
# Pull baseline image data from dvc remote (DAGsHub)
- name: Pull baseline image data from dvc remote
Expand Down

0 comments on commit 745301f

Please sign in to comment.