Skip to content

Commit 8a65514

Browse files
committed
fix fetch
1 parent 2e02172 commit 8a65514

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

.github/workflows/doc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
1719
- uses: actions/setup-python@v5
1820
with:
1921
python-version: 3.11

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 0
1113
- uses: actions/setup-python@v5
1214
with:
1315
python-version: 3.11

.github/workflows/pytest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
shell: bash
2626
steps:
2727
- uses: actions/checkout@v4
28+
with:
29+
fetch-depth: 0
2830
- uses: actions/setup-python@v5
2931
with:
3032
python-version: ${{ matrix.python-version }}
@@ -50,6 +52,8 @@ jobs:
5052
runs-on: ubuntu-latest
5153
steps:
5254
- uses: actions/checkout@v4
55+
with:
56+
fetch-depth: 0
5357
- uses: actions/setup-python@v5
5458
with:
5559
python-version: ${{ matrix.python-version }}

.github/workflows/stubs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
1719
- uses: actions/setup-python@v5
1820
with:
1921
python-version: 3.11

0 commit comments

Comments
 (0)