Skip to content

Commit 543be1e

Browse files
committed
Add tomli as a dependency in GitHub Actions CI
Adding tomli to fix the GitHub Actions CI test breakages reported in #1392. This is a temporary measure until `pytest-cov>2.12.1` is released.
1 parent 3c26f84 commit 543be1e

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
@@ -97,7 +97,7 @@ jobs:
9797
pandas xarray netCDF4 packaging \
9898
${{ matrix.optional-packages }} \
9999
coverage[toml] dvc=2.3.0 make pytest>=6.0 \
100-
pytest-cov pytest-mpl sphinx-gallery
100+
pytest-cov pytest-mpl sphinx-gallery tomli
101101
102102
# Show installed pkg information for postmortem diagnostic
103103
- name: List installed packages

0 commit comments

Comments
 (0)