File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,14 @@ jobs:
45
45
# python-version: 3.7
46
46
# isDraft: true
47
47
# Pair Python 3.7 with NumPy 1.17 and Python 3.9 with NumPy 1.20
48
+ # Only install optional packages on Python 3.9/NumPy 1.20
48
49
include :
49
50
- python-version : 3.7
50
51
numpy-version : ' 1.17'
52
+ optional-packages : ' '
51
53
- python-version : 3.9
52
54
numpy-version : ' 1.20'
55
+ optional-packages : ' ipython'
53
56
defaults :
54
57
run :
55
58
shell : bash -l {0}
89
92
conda install -c conda-forge/label/dev gmt=6.2.0rc1
90
93
conda install numpy=${{ matrix.numpy-version }} \
91
94
pandas xarray netCDF4 packaging \
92
- codecov coverage[toml] dvc ipython make \
95
+ ${{ matrix.optional-packages }} \
96
+ codecov coverage[toml] dvc make \
93
97
pytest-cov pytest-mpl pytest>=6.0 \
94
98
sphinx-gallery
95
99
You can’t perform that action at this time.
0 commit comments