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