File tree 1 file changed +8
-0
lines changed 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 74
74
timeout-minutes : 75
75
75
steps :
76
76
- uses : actions/checkout@v4
77
+ with :
78
+ fetch-depth : 0
77
79
- name : Setup Python
78
80
id : python-install
79
81
uses : actions/setup-python@v5
@@ -173,6 +175,8 @@ jobs:
173
175
timeout-minutes : 75
174
176
steps :
175
177
- uses : actions/checkout@v4
178
+ with :
179
+ fetch-depth : 0
176
180
- name : Install Cygwin with Python
177
181
uses : cygwin/cygwin-install-action@v4
178
182
with :
@@ -228,6 +232,8 @@ jobs:
228
232
timeout-minutes : 75
229
233
steps :
230
234
- uses : actions/checkout@v4
235
+ with :
236
+ fetch-depth : 0
231
237
- name : Install OS-level dependencies
232
238
run : |
233
239
sudo apt-get update
@@ -253,6 +259,8 @@ jobs:
253
259
timeout-minutes : 75
254
260
steps :
255
261
- uses : actions/checkout@v4
262
+ with :
263
+ fetch-depth : 0
256
264
- name : Setup Python
257
265
uses : actions/setup-python@v5
258
266
with :
You can’t perform that action at this time.
0 commit comments