File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 70
70
timeout-minutes : 75
71
71
steps :
72
72
- uses : actions/checkout@v4
73
+ with :
74
+ fetch-depth : 0
73
75
- name : Install build dependencies
74
76
# Install dependencies for building packages on pre-release Pythons
75
77
# jaraco/skeleton#161
@@ -182,6 +184,8 @@ jobs:
182
184
timeout-minutes : 75
183
185
steps :
184
186
- uses : actions/checkout@v4
187
+ with :
188
+ fetch-depth : 0
185
189
- name : Install Cygwin with Python
186
190
uses : cygwin/cygwin-install-action@v4
187
191
with :
@@ -243,6 +247,8 @@ jobs:
243
247
timeout-minutes : 75
244
248
steps :
245
249
- uses : actions/checkout@v4
250
+ with :
251
+ fetch-depth : 0
246
252
- name : Install OS-level dependencies
247
253
run : |
248
254
sudo apt-get update
@@ -268,6 +274,8 @@ jobs:
268
274
timeout-minutes : 75
269
275
steps :
270
276
- uses : actions/checkout@v4
277
+ with :
278
+ fetch-depth : 0
271
279
- name : Setup Python
272
280
uses : actions/setup-python@v5
273
281
with :
You can’t perform that action at this time.
0 commit comments