Skip to content

Commit

Permalink
Remove tomli from GMT Tests and GMT Dev Tests workflows (#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Aug 24, 2022
1 parent 0e1ec56 commit 2dc1f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
pandas xarray netCDF4 packaging \
${{ matrix.optional-packages }} \
build dvc make pytest>=6.0 \
pytest-cov pytest-doctestplus pytest-mpl sphinx-gallery tomli
pytest-cov pytest-doctestplus pytest-mpl sphinx-gallery
# Show installed pkg information for postmortem diagnostic
- name: List installed packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
pip install --pre --prefer-binary \
numpy pandas xarray netCDF4 packaging \
build dvc ipython 'pytest>=6.0' pytest-cov \
pytest-doctestplus pytest-mpl sphinx-gallery tomli
pytest-doctestplus pytest-mpl sphinx-gallery
# Pull baseline image data from dvc remote (DAGsHub)
- name: Pull baseline image data from dvc remote
Expand Down

0 comments on commit 2dc1f83

Please sign in to comment.