Skip to content

Commit 1ee5acb

Browse files
committed
CI: unshallow clone py3-test for versioningit
1 parent 5b271ea commit 1ee5acb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/py3-test.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v3
11+
with:
12+
fetch-depth: 0
1113
- name: Run tox
1214
uses: ./.github/actions/py3-tox
1315
with:
@@ -19,6 +21,8 @@ jobs:
1921
steps:
2022
- name: Checkout
2123
uses: actions/checkout@v3
24+
with:
25+
fetch-depth: 0
2226
- name: Run tox
2327
uses: ./.github/actions/py3-tox
2428
with:
@@ -35,6 +39,8 @@ jobs:
3539
steps:
3640
- name: Checkout
3741
uses: actions/checkout@v3
42+
with:
43+
fetch-depth: 0
3844
- name: Run tox
3945
uses: ./.github/actions/py3-tox
4046
with:
@@ -46,6 +52,8 @@ jobs:
4652
steps:
4753
- name: Checkout
4854
uses: actions/checkout@v3
55+
with:
56+
fetch-depth: 0
4957
- name: Install python 3.12
5058
uses: actions/setup-python@v5
5159
id: pyinst
@@ -65,6 +73,8 @@ jobs:
6573
steps:
6674
- name: Checkout
6775
uses: actions/checkout@v3
76+
with:
77+
fetch-depth: 0
6878
- name: Run tox
6979
uses: ./.github/actions/py3-tox
7080
with:

0 commit comments

Comments
 (0)