Skip to content

Commit b10be11

Browse files
committed
Revert "No need to download baseline images"
`test_image` needs baseline images. This reverts commit a6ee0e5.
1 parent a6ee0e5 commit b10be11

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci_tests_backward.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
mamba install gmt=${{ matrix.gmt_version }} numpy \
6767
pandas xarray netCDF4 packaging geopandas \
68-
build make pytest>=6.0 \
68+
build dvc make pytest>=6.0 \
6969
pytest-cov pytest-doctestplus pytest-mpl sphinx-gallery
7070
7171
# Show installed pkg information for postmortem diagnostic
@@ -90,6 +90,12 @@ jobs:
9090
touch ~/.gmt/server/gmt_data_server.txt ~/.gmt/server/gmt_hash_server.txt
9191
ls -lhR ~/.gmt
9292
93+
# Pull baseline image data from dvc remote (DAGsHub)
94+
- name: Pull baseline image data from dvc remote
95+
run: |
96+
dvc pull --verbose
97+
ls -lhR pygmt/tests/baseline/
98+
9399
# Install the package that we want to test
94100
- name: Install the package
95101
run: make install

0 commit comments

Comments
 (0)