Skip to content

Commit 2dbcf85

Browse files
committed
Only install required pacakges
1 parent 4578d0a commit 2dbcf85

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ jobs:
6363
# Install GMT and other required dependencies from conda-forge
6464
- name: Install dependencies
6565
shell: bash -l {0}
66-
run: conda env update --file environment.yml
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
6770
6871
# Show installed pkg information for postmortem diagnostic
6972
- name: List installed packages

0 commit comments

Comments
 (0)