Skip to content

Commit 1f9ab43

Browse files
authored
Add tomli as a dependency in GMT Dev Tests (#1401)
Adding tomli to fix the GMT Dev Tests breakages reported in #1392. This is a temporary measure until `pytest-cov` releases a new version > 2.12.1.
1 parent 774d56f commit 1f9ab43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_tests_dev.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
conda install ninja cmake libblas libcblas liblapack fftw gdal geopandas \
8787
ghostscript libnetcdf hdf5 zlib curl pcre make dvc
8888
pip install --pre numpy pandas xarray netCDF4 packaging \
89-
ipython pytest-cov pytest-mpl pytest>=6.0 sphinx-gallery
89+
ipython pytest-cov pytest-mpl pytest>=6.0 sphinx-gallery \
90+
tomli
9091
9192
# Build and install latest GMT from GitHub
9293
- name: Install GMT ${{ matrix.gmt_git_ref }} branch (Linux/macOS)

0 commit comments

Comments
 (0)