File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,8 @@ jobs:
128
128
129
129
steps :
130
130
- uses : actions/checkout@v2
131
- # For setuptools-scm.
132
- - run : git fetch --prune --unshallow
131
+ with :
132
+ fetch-depth : 0
133
133
- name : Set up Python ${{ matrix.python }}
134
134
uses : actions/setup-python@v2
135
135
if : matrix.python != '3.9-dev'
@@ -177,8 +177,8 @@ jobs:
177
177
178
178
steps :
179
179
- uses : actions/checkout@v2
180
- # For setuptools-scm.
181
- - run : git fetch --prune --unshallow
180
+ with :
181
+ fetch-depth : 0
182
182
- name : Set up Python
183
183
uses : actions/setup-python@v2
184
184
with :
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- uses : actions/checkout@v2
18
- # For setuptools-scm.
19
- - run : git fetch --prune --unshallow
18
+ with :
19
+ fetch-depth : 0
20
20
21
21
- name : Set up Python
22
22
uses : actions/setup-python@v2
You can’t perform that action at this time.
0 commit comments