Skip to content

Commit 2de0bcd

Browse files
committed
Try fetching tags to avoid uv issue
Avoid astral-sh/uv#8148
1 parent 6f838a0 commit 2de0bcd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v4
27+
# Avoid https://github.com/astral-sh/uv/issues/8148
28+
with:
29+
fetch-depth: 0
30+
fetch-tags: true
31+
2732
- name: Install uv
2833
uses: astral-sh/setup-uv@v5
2934
with:

0 commit comments

Comments
 (0)