-
Notifications
You must be signed in to change notification settings - Fork 245
Pull dvc baseline images from gmt-6.4 branch to test GMT dev #1865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
6253f06
62575aa
333c1d6
49ae401
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -98,8 +98,13 @@ jobs: | |
| # Pull baseline image data from dvc remote (DAGsHub) | ||
| - name: Pull baseline image data from dvc remote | ||
| run: | | ||
| ORIGINAL_BRANCH=$(git branch --show-current) | ||
| # Pull down GMT 6.4 baseline images from | ||
| # https://github.com/GenericMappingTools/pygmt/pull/1791 | ||
| git checkout update-baseline-images-for-gmt-dev | ||
|
weiji14 marked this conversation as resolved.
Outdated
|
||
| dvc pull | ||
| ls -lhR pygmt/tests/baseline/ | ||
| git checkout ${ORIGINAL_BRANCH} | ||
|
Comment on lines
+101
to
+114
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm wondering if we should have a So changes in #1791 can be merged into the Of course, we need to keep the
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
A
Let's start with manual for now, and if things break very often, we can have a scheduled cron job to update the
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've created the |
||
|
|
||
| # Build and install latest GMT from GitHub | ||
| - name: Install GMT ${{ matrix.gmt_git_ref }} branch (Linux/macOS) | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.