Skip to content

Commit 8a77170

Browse files
committed
Sort packages alphabetically
1 parent 6072215 commit 8a77170

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci_docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
- name: Install dependencies
6868
run: |
6969
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
70-
make sphinx sphinx-copybutton sphinx-gallery \
71-
sphinx_rtd_theme=0.4.3 myst-parser ipython
70+
ipython make myst-parser \
71+
sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme=0.4.3
7272
7373
# Show installed pkg information for postmortem diagnostic
7474
- name: List installed packages

.github/workflows/ci_tests.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@ jobs:
8383
- name: Install dependencies
8484
run: |
8585
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
86-
make codecov coverage[toml] \
87-
pytest-cov pytest-mpl pytest>=6.0 \
88-
ipython
86+
codecov coverage[toml] ipython make\
87+
pytest-cov pytest-mpl pytest>=6.0
8988
9089
# Show installed pkg information for postmortem diagnostic
9190
- name: List installed packages

0 commit comments

Comments
 (0)