Skip to content

Commit 87ea242

Browse files
committed
Move sphinx-galery to optional dependencies in testing
1 parent 203ef7e commit 87ea242

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
optional-packages: ''
4848
- python-version: '3.11'
4949
numpy-version: '1.24'
50-
optional-packages: 'contextily geopandas ipython rioxarray'
50+
optional-packages: 'contextily geopandas ipython rioxarray sphinx-gallery'
51+
5152
timeout-minutes: 30
5253
defaults:
5354
run:
@@ -94,7 +95,7 @@ jobs:
9495
pandas xarray netCDF4 packaging \
9596
${{ matrix.optional-packages }} \
9697
build dvc make 'pytest>=6.0' \
97-
pytest-cov pytest-doctestplus pytest-mpl sphinx-gallery
98+
pytest-cov pytest-doctestplus pytest-mpl
9899
99100
# Show installed pkg information for postmortem diagnostic
100101
- name: List installed packages

.github/workflows/ci_tests_legacy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
run: |
6767
mamba install gmt=${{ matrix.gmt_version }} numpy \
6868
pandas xarray netCDF4 packaging \
69-
contextily geopandas ipython rioxarray \
69+
contextily geopandas ipython rioxarray sphinx-gallery \
7070
build dvc make 'pytest>=6.0' \
71-
pytest-cov pytest-doctestplus pytest-mpl sphinx-gallery
71+
pytest-cov pytest-doctestplus pytest-mpl
7272
7373
# Show installed pkg information for postmortem diagnostic
7474
- name: List installed packages

0 commit comments

Comments
 (0)