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.
1 parent ba7b6ca commit b87de5dCopy full SHA for b87de5d
.github/workflows/ci_tests.yaml
@@ -131,7 +131,7 @@ jobs:
131
# Install build dependencies from conda-forge
132
- name: Install build dependencies
133
shell: bash -l {0}
134
- run: conda install cmake libblas libcblas liblapack fftw gdal ghostscript libnetcdf hdf5 zlib curl pcre gshhg-gmt dcw-gmt
+ run: conda install cmake libblas libcblas liblapack fftw gdal ghostscript libnetcdf hdf5 zlib curl pcre gshhg-gmt dcw-gmt pytest pytest-cov pytest-mpl
135
136
# Install GMT master branch
137
- name: Install GMT from master
0 commit comments