File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 47
47
optional-packages : ' '
48
48
- python-version : ' 3.11'
49
49
numpy-version : ' 1.24'
50
- optional-packages : ' contextily geopandas ipython rioxarray'
50
+ optional-packages : ' contextily geopandas ipython rioxarray sphinx-gallery'
51
+
51
52
timeout-minutes : 30
52
53
defaults :
53
54
run :
94
95
pandas xarray netCDF4 packaging \
95
96
${{ matrix.optional-packages }} \
96
97
build dvc make 'pytest>=6.0' \
97
- pytest-cov pytest-doctestplus pytest-mpl sphinx-gallery
98
+ pytest-cov pytest-doctestplus pytest-mpl
98
99
99
100
# Show installed pkg information for postmortem diagnostic
100
101
- name : List installed packages
Original file line number Diff line number Diff line change 66
66
run : |
67
67
mamba install gmt=${{ matrix.gmt_version }} numpy \
68
68
pandas xarray netCDF4 packaging \
69
- contextily geopandas ipython rioxarray \
69
+ contextily geopandas ipython rioxarray sphinx-gallery \
70
70
build dvc make 'pytest>=6.0' \
71
- pytest-cov pytest-doctestplus pytest-mpl sphinx-gallery
71
+ pytest-cov pytest-doctestplus pytest-mpl
72
72
73
73
# Show installed pkg information for postmortem diagnostic
74
74
- name : List installed packages
You can’t perform that action at this time.
0 commit comments