Skip to content

Commit 00d9c66

Browse files
committed
Fix issues due to last rebase
1 parent f86f4f0 commit 00d9c66

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
@@ -255,10 +255,8 @@ jobs:
255255
- name: Get history and tags for SCM versioning to work
256256
if: ${{ !env.ACT }}
257257
run: |
258-
if [ $(git rev-parse --is-shallow-repository) == "true" ]; then
259-
git fetch --prune --unshallow
260-
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
261-
fi
258+
git fetch --prune --unshallow
259+
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
262260
263261
- name: Cache wheels
264262
uses: actions/cache@v3

0 commit comments

Comments
 (0)