Skip to content

Commit

Permalink
CI: Install sphinx-gallery in Tests workflow to increase code coverage (
Browse files Browse the repository at this point in the history
#1069)

Test pygmt/tests/test_sphinx_gallery.py needs sphinx-gallery to work.
  • Loading branch information
seisman authored Mar 16, 2021
1 parent 346cc4d commit 1a2289a
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
Expand Up @@ -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
Expand Down

0 comments on commit 1a2289a

Please sign in to comment.