File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,12 @@ jobs:
77
77
channels : conda-forge
78
78
miniconda-version : " latest"
79
79
80
- # Install build dependencies from conda-forge
81
- - name : Install build dependencies
80
+ # Install dependencies from conda-forge
81
+ - name : Install dependencies
82
82
run : |
83
- conda install ninja cmake libblas libcblas liblapack fftw gdal ghostscript \
84
- libnetcdf hdf5 zlib curl pcre ipython pytest pytest-cov pytest-mpl
83
+ conda install ninja cmake libblas libcblas liblapack fftw gdal \
84
+ ghostscript libnetcdf hdf5 zlib curl pcre ipython \
85
+ dvc pytest pytest-cov pytest-mpl
85
86
86
87
# Build and install latest GMT from GitHub
87
88
- name : Install GMT ${{ matrix.gmt_git_ref }} branch (Linux/macOS)
@@ -113,6 +114,12 @@ jobs:
113
114
touch ~/.gmt/server/gmt_data_server.txt ~/.gmt/server/gmt_hash_server.txt
114
115
ls -lhR ~/.gmt
115
116
117
+ # Pull baseline image data from dvc remote (DAGsHub)
118
+ - name : Pull baseline image data from dvc remote
119
+ run : |
120
+ dvc pull
121
+ ls -lhR pygmt/
122
+
116
123
# Install the package that we want to test
117
124
- name : Install the package
118
125
run : |
You can’t perform that action at this time.
0 commit comments