Skip to content

Commit b87de5d

Browse files
committed
Install pytest et al
1 parent ba7b6ca commit b87de5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
# Install build dependencies from conda-forge
132132
- name: Install build dependencies
133133
shell: bash -l {0}
134-
run: conda install cmake libblas libcblas liblapack fftw gdal ghostscript libnetcdf hdf5 zlib curl pcre gshhg-gmt dcw-gmt
134+
run: conda install cmake libblas libcblas liblapack fftw gdal ghostscript libnetcdf hdf5 zlib curl pcre gshhg-gmt dcw-gmt pytest pytest-cov pytest-mpl
135135

136136
# Install GMT master branch
137137
- name: Install GMT from master

0 commit comments

Comments
 (0)