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 52
52
53
53
steps :
54
54
- uses : actions/checkout@v2
55
+ with :
56
+ fetch-depth : 0
55
57
- name : Set up Python ${{ matrix.python-version }}
56
58
uses : actions/setup-python@v2
57
59
with :
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v2
16
+ with :
17
+ fetch-depth : 0
16
18
- name : Set up Python
17
19
uses : actions/setup-python@v2
18
20
with :
42
44
runs-on : ubuntu-latest
43
45
steps :
44
46
- uses : actions/checkout@v2
47
+ with :
48
+ fetch-depth : 0
45
49
- name : Set up Python
46
50
uses : actions/setup-python@v2
47
51
with :
76
80
- build_sdist
77
81
steps :
78
82
- uses : actions/checkout@v2
83
+ with :
84
+ fetch-depth : 0
79
85
- name : Set up Python
80
86
uses : actions/setup-python@v2
81
87
with :
You can’t perform that action at this time.
0 commit comments