Skip to content

Commit ad72b73

Browse files
committed
Add back fetch depth
1 parent e3798cd commit ad72b73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
submodules: recursive
36-
fetch-tags: true # required for version resolution
36+
fetch-depth: 0 # required for version resolution
37+
fetch-tags: true
3738

3839
- name: Set up Conda
3940
uses: conda-incubator/[email protected]

0 commit comments

Comments
 (0)