Skip to content

Commit

Permalink
Add tomli as a dependency in GMT Dev Tests (#1401)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
weiji14 committed Aug 5, 2021
1 parent 774d56f commit 1f9ab43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_tests_dev.yaml
Expand Up @@ -86,7 +86,8 @@ jobs:
conda install ninja cmake libblas libcblas liblapack fftw gdal geopandas \
ghostscript libnetcdf hdf5 zlib curl pcre make dvc
pip install --pre numpy pandas xarray netCDF4 packaging \
ipython pytest-cov pytest-mpl pytest>=6.0 sphinx-gallery
ipython pytest-cov pytest-mpl pytest>=6.0 sphinx-gallery \
tomli
# Build and install latest GMT from GitHub
- name: Install GMT ${{ matrix.gmt_git_ref }} branch (Linux/macOS)
Expand Down

0 comments on commit 1f9ab43

Please sign in to comment.