Skip to content

Commit

Permalink
Add tomli as a dependency in GitHub Actions CI (GenericMappingTools#1564
Browse files Browse the repository at this point in the history
)

Adding tomli to fix the GitHub Actions CI test
breakages reported in GenericMappingTools#1392. This is a temporary
measure until `pytest-cov>2.12.1` is released.

* Remove coverage dependency since it is required by pytest-cov already
  • Loading branch information
weiji14 authored and Josh Sixsmith committed Dec 21, 2022
1 parent dc72b87 commit ddc8115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
mamba install gmt=6.2.0 numpy=${{ matrix.numpy-version }} \
pandas xarray netCDF4 packaging \
${{ matrix.optional-packages }} \
coverage[toml] dvc=2.3.0 make pytest>=6.0 \
pytest-cov pytest-mpl sphinx-gallery
dvc=2.3.0 make pytest>=6.0 \
pytest-cov pytest-mpl sphinx-gallery tomli
# Show installed pkg information for postmortem diagnostic
- name: List installed packages
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies:
# Development dependencies
- black
- blackdoc
- coverage[toml]
- docformatter
- dvc=2.3.0
- flake8
Expand Down

0 comments on commit ddc8115

Please sign in to comment.