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:
128128
129129 steps :
130130 - uses : actions/checkout@v2
131- # For setuptools-scm.
132- - run : git fetch --prune --unshallow
131+ with :
132+ fetch-depth : 0
133133 - name : Set up Python ${{ matrix.python }}
134134 uses : actions/setup-python@v2
135135 if : matrix.python != '3.9-dev'
@@ -177,8 +177,8 @@ jobs:
177177
178178 steps :
179179 - uses : actions/checkout@v2
180- # For setuptools-scm.
181- - run : git fetch --prune --unshallow
180+ with :
181+ fetch-depth : 0
182182 - name : Set up Python
183183 uses : actions/setup-python@v2
184184 with :
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - uses : actions/checkout@v2
18- # For setuptools-scm.
19- - run : git fetch --prune --unshallow
18+ with :
19+ fetch-depth : 0
2020
2121 - name : Set up Python
2222 uses : actions/setup-python@v2
You can’t perform that action at this time.
0 commit comments