File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 67
67
- name : Install dependencies
68
68
run : |
69
69
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
72
72
73
73
# Show installed pkg information for postmortem diagnostic
74
74
- name : List installed packages
Original file line number Diff line number Diff line change 83
83
- name : Install dependencies
84
84
run : |
85
85
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
89
88
90
89
# Show installed pkg information for postmortem diagnostic
91
90
- name : List installed packages
You can’t perform that action at this time.
0 commit comments