Skip to content

Commit

Permalink
Sort packages alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Mar 15, 2021
1 parent 6072215 commit 8a77170
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
- name: Install dependencies
run: |
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
make sphinx sphinx-copybutton sphinx-gallery \
sphinx_rtd_theme=0.4.3 myst-parser ipython
ipython make myst-parser \
sphinx sphinx-copybutton sphinx-gallery sphinx_rtd_theme=0.4.3
# Show installed pkg information for postmortem diagnostic
- name: List installed packages
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ jobs:
- name: Install dependencies
run: |
conda install gmt=6.1.1 numpy pandas xarray netCDF4 packaging \
make codecov coverage[toml] \
pytest-cov pytest-mpl pytest>=6.0 \
ipython
codecov coverage[toml] ipython make\
pytest-cov pytest-mpl pytest>=6.0
# Show installed pkg information for postmortem diagnostic
- name: List installed packages
Expand Down

0 comments on commit 8a77170

Please sign in to comment.