Skip to content

Commit 7dcc3c1

Browse files
committed
DOC Improve versioneer.py comment
1 parent fdda3ca commit 7dcc3c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ jobs:
7676
uses: actions/checkout@v2
7777
with:
7878
submodules: true
79-
# The complete history is required for versioneer.py to work
79+
# versioneer.py requires the latest tag to be reachable. Here we
80+
# fetch the complete history to get access to the tags.
81+
# A shallow clone can work when the following issue is resolved:
82+
# https://github.com/actions/checkout/issues/338
8083
fetch-depth: 0
8184

8285
- name: Build wheels

0 commit comments

Comments
 (0)