File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 5252
5353 steps :
5454 - uses : actions/checkout@v2
55+ with :
56+ fetch-depth : 0
5557 - name : Set up Python ${{ matrix.python-version }}
5658 uses : actions/setup-python@v2
5759 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v2
16+ with :
17+ fetch-depth : 0
1618 - name : Set up Python
1719 uses : actions/setup-python@v2
1820 with :
4244 runs-on : ubuntu-latest
4345 steps :
4446 - uses : actions/checkout@v2
47+ with :
48+ fetch-depth : 0
4549 - name : Set up Python
4650 uses : actions/setup-python@v2
4751 with :
7680 - build_sdist
7781 steps :
7882 - uses : actions/checkout@v2
83+ with :
84+ fetch-depth : 0
7985 - name : Set up Python
8086 uses : actions/setup-python@v2
8187 with :
You can’t perform that action at this time.
0 commit comments