File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 timeout-minutes : 75
7575 steps :
7676 - uses : actions/checkout@v4
77+ with :
78+ fetch-depth : 0
7779 - name : Setup Python
7880 id : python-install
7981 uses : actions/setup-python@v5
@@ -173,6 +175,8 @@ jobs:
173175 timeout-minutes : 75
174176 steps :
175177 - uses : actions/checkout@v4
178+ with :
179+ fetch-depth : 0
176180 - name : Install Cygwin with Python
177181 uses : cygwin/cygwin-install-action@v4
178182 with :
@@ -228,6 +232,8 @@ jobs:
228232 timeout-minutes : 75
229233 steps :
230234 - uses : actions/checkout@v4
235+ with :
236+ fetch-depth : 0
231237 - name : Install OS-level dependencies
232238 run : |
233239 sudo apt-get update
@@ -253,6 +259,8 @@ jobs:
253259 timeout-minutes : 75
254260 steps :
255261 - uses : actions/checkout@v4
262+ with :
263+ fetch-depth : 0
256264 - name : Setup Python
257265 uses : actions/setup-python@v5
258266 with :
You can’t perform that action at this time.
0 commit comments