Skip to content

Commit b8d25c1

Browse files
authored
Install xarray in documentation builds
1 parent 0da9513 commit b8d25c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Install dependencies (python)
3434
run: |
35-
python -m pip install --upgrade pip wheel twine codecov "sphinx>4,<5" nbsphinx ipython ipykernel "pydata-sphinx-theme<0.9" requests sphinx-copybutton matplotlib
35+
python -m pip install --upgrade pip wheel twine codecov "sphinx>4,<5" nbsphinx ipython ipykernel "pydata-sphinx-theme<0.9" requests sphinx-copybutton xarray matplotlib
3636
pip install -r requirements.txt
3737
pip install -e .
3838

0 commit comments

Comments
 (0)