Skip to content

Commit

Permalink
Merge branch 'main' into refactor/x2sys_cross
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored May 27, 2024
2 parents b27212b + 466c8b6 commit aa3e9af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:

# Pull baseline image data from dvc remote (DAGsHub)
- name: Pull baseline image data from dvc remote
run: dvc pull --verbose && ls -lhR pygmt/tests/baseline/
run: dvc pull --no-run-cache --verbose && ls -lhR pygmt/tests/baseline/

# Install the package that we want to test
- name: Install the package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:

# Pull baseline image data from dvc remote (DAGsHub)
- name: Pull baseline image data from dvc remote
run: dvc pull --verbose && ls -lhR pygmt/tests/baseline/
run: dvc pull --no-run-cache --verbose && ls -lhR pygmt/tests/baseline/

# Download cached remote files (artifacts) from GitHub
- name: Download remote data from GitHub
Expand Down

0 comments on commit aa3e9af

Please sign in to comment.