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.
1 parent 346cc4d commit 1a2289aCopy full SHA for 1a2289a
.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] 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