Skip to content

Commit 49ba6e3

Browse files
committed
No shallow clone
1 parent d70e208 commit 49ba6e3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
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:

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
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:
@@ -42,6 +44,8 @@ jobs:
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:
@@ -76,6 +80,8 @@ jobs:
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:

0 commit comments

Comments
 (0)