We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d4110 commit bdb345cCopy full SHA for bdb345c
.github/workflows/docs.yml
@@ -65,9 +65,8 @@ jobs:
65
shell: bash -l {0}
66
run: |
67
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
+ make sphinx sphinx-copybutton sphinx-gallery \
+ sphinx_rtd_theme=0.4.3 myst-parser ipython
71
72
# Show installed pkg information for postmortem diagnostic
73
- name: List installed packages
0 commit comments