We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ee0e5 commit b10be11Copy full SHA for b10be11
.github/workflows/ci_tests_backward.yaml
@@ -65,7 +65,7 @@ jobs:
65
run: |
66
mamba install gmt=${{ matrix.gmt_version }} numpy \
67
pandas xarray netCDF4 packaging geopandas \
68
- build make pytest>=6.0 \
+ build dvc make pytest>=6.0 \
69
pytest-cov pytest-doctestplus pytest-mpl sphinx-gallery
70
71
# Show installed pkg information for postmortem diagnostic
@@ -90,6 +90,12 @@ jobs:
90
touch ~/.gmt/server/gmt_data_server.txt ~/.gmt/server/gmt_hash_server.txt
91
ls -lhR ~/.gmt
92
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
+
99
# Install the package that we want to test
100
- name: Install the package
101
run: make install
0 commit comments