Skip to content

Commit 2dc1f83

Browse files
authored
Remove tomli from GMT Tests and GMT Dev Tests workflows (#2080)
1 parent 0e1ec56 commit 2dc1f83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
pandas xarray netCDF4 packaging \
9494
${{ matrix.optional-packages }} \
9595
build dvc make pytest>=6.0 \
96-
pytest-cov pytest-doctestplus pytest-mpl sphinx-gallery tomli
96+
pytest-cov pytest-doctestplus pytest-mpl sphinx-gallery
9797
9898
# Show installed pkg information for postmortem diagnostic
9999
- name: List installed packages

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
pip install --pre --prefer-binary \
102102
numpy pandas xarray netCDF4 packaging \
103103
build dvc ipython 'pytest>=6.0' pytest-cov \
104-
pytest-doctestplus pytest-mpl sphinx-gallery tomli
104+
pytest-doctestplus pytest-mpl sphinx-gallery
105105
106106
# Pull baseline image data from dvc remote (DAGsHub)
107107
- name: Pull baseline image data from dvc remote

0 commit comments

Comments
 (0)