Skip to content

Commit 756d6d4

Browse files
committed
Move sphinx-gallery to the category of optional dependencies
1 parent 798744d commit 756d6d4

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ jobs:
8585
geopandas
8686
ipython
8787
rioxarray
88+
sphinx-gallery
8889
build
8990
make
9091
pip
9192
myst-parser
9293
sphinx
9394
sphinx-copybutton
9495
sphinx-design
95-
sphinx-gallery
9696
sphinx_rtd_theme
9797
9898
# Download cached remote files (artifacts) from GitHub

.github/workflows/ci_doctests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
geopandas
5959
ipython
6060
rioxarray
61+
sphinx-gallery
6162
build
6263
make
6364
pip
6465
pytest
6566
pytest-doctestplus
6667
pytest-mpl
67-
sphinx-gallery
6868
6969
# Download cached remote files (artifacts) from GitHub
7070
- name: Download remote data from GitHub

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
geopandas
7373
ipython
7474
rioxarray
75+
sphinx-gallery
7576
7677
timeout-minutes: 30
7778
defaults:
@@ -123,7 +124,6 @@ jobs:
123124
pytest-cov
124125
pytest-doctestplus
125126
pytest-mpl
126-
sphinx-gallery
127127
128128
# Download cached remote files (artifacts) from GitHub
129129
- name: Download remote data from GitHub

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,8 @@ jobs:
120120
run: |
121121
python -m pip install --pre --prefer-binary \
122122
numpy pandas xarray netCDF4 packaging \
123-
build contextily dvc ipython rioxarray \
123+
build contextily dvc ipython rioxarray sphinx-gallery \
124124
'pytest>=6.0' pytest-cov pytest-doctestplus pytest-mpl \
125-
sphinx-gallery
126125
127126
# Show installed pkg information for postmortem diagnostic
128127
- name: List installed packages

.github/workflows/ci_tests_legacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ jobs:
7272
geopandas
7373
ipython
7474
rioxarray
75+
sphinx-gallery
7576
build
7677
dvc
7778
make
7879
pip
7980
pytest
8081
pytest-doctestplus
8182
pytest-mpl
82-
sphinx-gallery
8383
8484
# Download cached remote files (artifacts) from GitHub
8585
- name: Download remote data from GitHub

0 commit comments

Comments
 (0)