Skip to content

Commit bdb345c

Browse files
committed
Add ipython
1 parent 98d4110 commit bdb345c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@ jobs:
6565
shell: bash -l {0}
6666
run: |
6767
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
68-
make \
69-
sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme=0.4.3 \
70-
myst-parser
68+
make sphinx sphinx-copybutton sphinx-gallery \
69+
sphinx_rtd_theme=0.4.3 myst-parser ipython
7170
7271
# Show installed pkg information for postmortem diagnostic
7372
- name: List installed packages

0 commit comments

Comments
 (0)