Skip to content

Commit 1a2289a

Browse files
authored
CI: Install sphinx-gallery in Tests workflow to increase code coverage (#1069)
Test pygmt/tests/test_sphinx_gallery.py needs sphinx-gallery to work.
1 parent 346cc4d commit 1a2289a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ jobs:
8484
run: |
8585
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
8686
codecov coverage[toml] ipython make \
87-
pytest-cov pytest-mpl pytest>=6.0
87+
pytest-cov pytest-mpl pytest>=6.0 \
88+
sphinx-gallery
8889
8990
# Show installed pkg information for postmortem diagnostic
9091
- name: List installed packages

0 commit comments

Comments
 (0)