From 1a2289a20519a4dbf1c78543acd4a654b981811e Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 16 Mar 2021 17:12:24 -0400 Subject: [PATCH] CI: Install sphinx-gallery in Tests workflow to increase code coverage (#1069) Test pygmt/tests/test_sphinx_gallery.py needs sphinx-gallery to work. --- .github/workflows/ci_tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index b8112151b90..7affe1cb2a6 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -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