File tree 6 files changed +25
-1
lines changed
6 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 52
52
packaging
53
53
build
54
54
55
+ # Show installed pkg information for postmortem diagnostic
56
+ - name : List installed packages
57
+ run : mamba list
58
+
55
59
# Install the package that we want to test
56
60
- name : Install the package
57
61
run : |
Original file line number Diff line number Diff line change 99
99
sphinx-gallery
100
100
sphinx_rtd_theme
101
101
102
+ # Show installed pkg information for postmortem diagnostic
103
+ - name : List installed packages
104
+ run : mamba list
105
+
102
106
# Download cached remote files (artifacts) from GitHub
103
107
- name : Download remote data from GitHub
104
108
Original file line number Diff line number Diff line change 68
68
pytest-doctestplus
69
69
pytest-mpl
70
70
71
+ # Show installed pkg information for postmortem diagnostic
72
+ - name : List installed packages
73
+ run : mamba list
74
+
71
75
# Download cached remote files (artifacts) from GitHub
72
76
- name : Download remote data from GitHub
73
77
Original file line number Diff line number Diff line change 67
67
optional-packages : ' '
68
68
- python-version : ' 3.11'
69
69
numpy-version : ' 1.24'
70
- optional-packages : ' contextily geopandas ipython rioxarray sphinx-gallery'
70
+ optional-packages : ' contextily geopandas ipython rioxarray sphinx-gallery'
71
71
72
72
timeout-minutes : 30
73
73
defaults :
@@ -122,6 +122,10 @@ jobs:
122
122
pytest-doctestplus
123
123
pytest-mpl
124
124
125
+ # Show installed pkg information for postmortem diagnostic
126
+ - name : List installed packages
127
+ run : mamba list
128
+
125
129
# Download cached remote files (artifacts) from GitHub
126
130
- name : Download remote data from GitHub
127
131
Original file line number Diff line number Diff line change @@ -118,6 +118,10 @@ jobs:
118
118
zlib
119
119
geopandas
120
120
121
+ # Show installed pkg information for postmortem diagnostic
122
+ - name : List installed packages
123
+ run : mamba list
124
+
121
125
# Install dependencies from PyPI
122
126
- name : Install dependencies
123
127
run : |
Original file line number Diff line number Diff line change 83
83
pytest-doctestplus
84
84
pytest-mpl
85
85
86
+ # Show installed pkg information for postmortem diagnostic
87
+ - name : List installed packages
88
+ run : mamba list
89
+
86
90
# Download cached remote files (artifacts) from GitHub
87
91
- name : Download remote data from GitHub
88
92
You can’t perform that action at this time.
0 commit comments