We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e36fd28 + 1a2289a commit f34bb09Copy full SHA for f34bb09
.github/workflows/ci_tests.yaml
@@ -84,7 +84,8 @@ jobs:
84
run: |
85
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
86
codecov coverage[toml] dvc ipython make \
87
- pytest-cov pytest-mpl pytest>=6.0
+ pytest-cov pytest-mpl pytest>=6.0 \
88
+ sphinx-gallery
89
90
# Show installed pkg information for postmortem diagnostic
91
- name: List installed packages
0 commit comments