Skip to content

Commit 1ead233

Browse files
committed
set fetch depth to 0
1 parent 6873d1c commit 1ead233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
# docs and napari are in the same parent directory
5252
path: napari # place in a named directory
5353
repository: napari/napari
54-
# relax the fetch-depth to allow for the possibility of a shallow clone
55-
fetch-depth: 1
54+
# set to all for version
55+
fetch-depth: 0
5656

5757
- name: Set up Python
5858
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)