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 71
71
timeout-minutes : 75
72
72
steps :
73
73
- uses : actions/checkout@v4
74
+ with :
75
+ fetch-depth : 0
74
76
- name : Install build dependencies
75
77
# Install dependencies for building packages on pre-release Pythons
76
78
# jaraco/skeleton#161
@@ -183,6 +185,8 @@ jobs:
183
185
timeout-minutes : 75
184
186
steps :
185
187
- uses : actions/checkout@v4
188
+ with :
189
+ fetch-depth : 0
186
190
- name : Install Cygwin with Python
187
191
uses : cygwin/cygwin-install-action@v4
188
192
with :
@@ -244,6 +248,8 @@ jobs:
244
248
timeout-minutes : 75
245
249
steps :
246
250
- uses : actions/checkout@v4
251
+ with :
252
+ fetch-depth : 0
247
253
- name : Install OS-level dependencies
248
254
run : |
249
255
sudo apt-get update
@@ -269,6 +275,8 @@ jobs:
269
275
timeout-minutes : 75
270
276
steps :
271
277
- uses : actions/checkout@v4
278
+ with :
279
+ fetch-depth : 0
272
280
- name : Setup Python
273
281
uses : actions/setup-python@v5
274
282
with :
You can’t perform that action at this time.
0 commit comments