Skip to content

Commit 56563c1

Browse files
committed
Fixed CIx2.
1 parent e05a1e1 commit 56563c1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
with:
2020
persist-credentials: false
21-
fetch-tags: true
21+
fetch-depth: 0
2222
- name: Setup python
2323
uses: actions/setup-python@v6
2424
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
with:
2020
persist-credentials: false
21-
fetch-tags: true
21+
fetch-depth: 0
2222
- id: setup-uv
2323
uses: astral-sh/setup-uv@v7
2424
with:
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v5
4242
with:
4343
persist-credentials: false
44-
fetch-tags: true
44+
fetch-depth: 0
4545
- name: Setup python
4646
uses: actions/setup-python@v6
4747
with:

0 commit comments

Comments
 (0)