Skip to content

Commit 393773b

Browse files
committed
List only files under pygmt/tests/baseline
1 parent c37bdff commit 393773b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Pull baseline image data from dvc remote
114114
run: |
115115
dvc pull
116-
ls -lhR pygmt/
116+
ls -lhR pygmt/tests/baseline/
117117
118118
# Install the package that we want to test
119119
- name: Install the package

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Pull baseline image data from dvc remote
119119
run: |
120120
dvc pull
121-
ls -lhR pygmt/
121+
ls -lhR pygmt/tests/baseline/
122122
123123
# Install the package that we want to test
124124
- name: Install the package

0 commit comments

Comments
 (0)