Skip to content

Commit f34bb09

Browse files
committed
Merge branch 'master' into data_version_control
2 parents e36fd28 + 1a2289a commit f34bb09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ jobs:
8484
run: |
8585
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
8686
codecov coverage[toml] dvc ipython make \
87-
pytest-cov pytest-mpl pytest>=6.0
87+
pytest-cov pytest-mpl pytest>=6.0 \
88+
sphinx-gallery
8889
8990
# Show installed pkg information for postmortem diagnostic
9091
- name: List installed packages

0 commit comments

Comments
 (0)