Skip to content

Commit 73fbac7

Browse files
committed
Expand comment on fetch depth
1 parent 2de0bcd commit 73fbac7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v4
27-
# Avoid https://github.com/astral-sh/uv/issues/8148
27+
# Avoid issues with depending on a particular version of this
28+
# package from another package.
29+
# We need our tags in order to calculate the version.
30+
# See https://github.com/astral-sh/uv/issues/8148.
2831
with:
2932
fetch-depth: 0
3033
fetch-tags: true

0 commit comments

Comments
 (0)