Skip to content

Commit 9f19869

Browse files
authored
Do not install pytest-doctestplus and pytest-mpl
1 parent b10be11 commit 9f19869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests_backward.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow installs PyGMT and runs tests
1+
# This workflow installs PyGMT and runs tests with old GMT versions
22

33
name: GMT Backward Tests
44

@@ -66,7 +66,7 @@ jobs:
6666
mamba install gmt=${{ matrix.gmt_version }} numpy \
6767
pandas xarray netCDF4 packaging geopandas \
6868
build dvc make pytest>=6.0 \
69-
pytest-cov pytest-doctestplus pytest-mpl sphinx-gallery
69+
pytest-cov sphinx-gallery
7070
7171
# Show installed pkg information for postmortem diagnostic
7272
- name: List installed packages

0 commit comments

Comments
 (0)