Skip to content

Commit 35a1ac7

Browse files
committed
fix for dynamiic vcs to work
1 parent ca923c8 commit 35a1ac7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/uv-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23+
with:
24+
fetch-depth: 0 # Required for setuptools-scm to detect version
2325
- uses: astral-sh/setup-uv@v5
2426
- name: Configure Git
2527
run: |

0 commit comments

Comments
 (0)