Skip to content

Commit bcb2115

Browse files
committed
Fix issues due to last rebase
1 parent 9b475d5 commit bcb2115

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,8 @@ jobs:
286286
- name: Get history and tags for SCM versioning to work
287287
if: ${{ !env.ACT }}
288288
run: |
289-
if [ $(git rev-parse --is-shallow-repository) == "true" ]; then
290-
git fetch --prune --unshallow
291-
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
292-
fi
289+
git fetch --prune --unshallow
290+
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
293291
294292
- name: Cache wheels
295293
uses: actions/cache@v3

0 commit comments

Comments
 (0)