We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4578d0a commit 2dbcf85Copy full SHA for 2dbcf85
.github/workflows/docs.yml
@@ -63,7 +63,10 @@ jobs:
63
# Install GMT and other required dependencies from conda-forge
64
- name: Install dependencies
65
shell: bash -l {0}
66
- run: conda env update --file environment.yml
+ 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
71
# Show installed pkg information for postmortem diagnostic
72
- name: List installed packages
0 commit comments