We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12dfc9a + a99583f commit c11ddebCopy full SHA for c11ddeb
.github/workflows/ci_tests.yaml
@@ -97,7 +97,7 @@ jobs:
97
mamba install gmt=6.3.0 numpy=${{ matrix.numpy-version }} \
98
pandas xarray netCDF4 packaging \
99
${{ matrix.optional-packages }} \
100
- dvc make pytest>=6.0 \
+ dvc=2.8.2 make pytest>=6.0 \
101
pytest-cov pytest-mpl sphinx-gallery tomli
102
103
# Show installed pkg information for postmortem diagnostic
@@ -125,7 +125,7 @@ jobs:
125
# Pull baseline image data from dvc remote (DAGsHub)
126
- name: Pull baseline image data from dvc remote
127
run: |
128
- dvc pull
+ dvc pull --verbose
129
ls -lhR pygmt/tests/baseline/
130
131
# Install the package that we want to test
0 commit comments