Skip to content

Commit f181246

Browse files
committed
No shallow clone
1 parent d70e208 commit f181246

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252

5353
steps:
5454
- uses: actions/checkout@v2
55+
fetch-depth: 0
5556
- name: Set up Python ${{ matrix.python-version }}
5657
uses: actions/setup-python@v2
5758
with:

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16+
fetch-depth: 0
1617
- name: Set up Python
1718
uses: actions/setup-python@v2
1819
with:
@@ -42,6 +43,7 @@ jobs:
4243
runs-on: ubuntu-latest
4344
steps:
4445
- uses: actions/checkout@v2
46+
fetch-depth: 0
4547
- name: Set up Python
4648
uses: actions/setup-python@v2
4749
with:
@@ -76,6 +78,7 @@ jobs:
7678
- build_sdist
7779
steps:
7880
- uses: actions/checkout@v2
81+
fetch-depth: 0
7982
- name: Set up Python
8083
uses: actions/setup-python@v2
8184
with:

0 commit comments

Comments
 (0)