Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Install sphinx-gallery in Tests workflow to increase code coverage (
Browse files Browse the repository at this point in the history
GenericMappingTools#1069)

Test pygmt/tests/test_sphinx_gallery.py needs sphinx-gallery to work.
seisman authored and Josh Sixsmith committed Dec 21, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1deb054 commit c3bb70f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
@@ -84,7 +84,8 @@ jobs:
run: |
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
codecov coverage[toml] ipython make \
pytest-cov pytest-mpl pytest>=6.0
pytest-cov pytest-mpl pytest>=6.0 \
sphinx-gallery
# Show installed pkg information for postmortem diagnostic
- name: List installed packages

0 comments on commit c3bb70f

Please sign in to comment.