Skip to content

Commit c11ddeb

Browse files
author
Meghan Jones
authored
Merge branch 'main' into load-sample-datasets
2 parents 12dfc9a + a99583f commit c11ddeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
mamba install gmt=6.3.0 numpy=${{ matrix.numpy-version }} \
9898
pandas xarray netCDF4 packaging \
9999
${{ matrix.optional-packages }} \
100-
dvc make pytest>=6.0 \
100+
dvc=2.8.2 make pytest>=6.0 \
101101
pytest-cov pytest-mpl sphinx-gallery tomli
102102
103103
# Show installed pkg information for postmortem diagnostic
@@ -125,7 +125,7 @@ jobs:
125125
# Pull baseline image data from dvc remote (DAGsHub)
126126
- name: Pull baseline image data from dvc remote
127127
run: |
128-
dvc pull
128+
dvc pull --verbose
129129
ls -lhR pygmt/tests/baseline/
130130
131131
# Install the package that we want to test

0 commit comments

Comments
 (0)