Skip to content

Commit 3093416

Browse files
committed
Install fewer packages
1 parent dab7238 commit 3093416

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous-documentation.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333

3434
- name: Install dependencies
3535
shell: bash -l {0}
36-
run: conda env update --file environment.yml
36+
run: |
37+
conda install gmt=6.1.1 numpy pandas xarray netcdf4 packaging \
38+
ipython myst-parser sphinx sphinx-copybutton \
39+
sphinx-gallery sphinx_rtd_theme=0.4.3
3740
3841
- name: List installed packages
3942
shell: bash -l {0}

0 commit comments

Comments
 (0)