Skip to content

Commit

Permalink
Fix issues due to last rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Takishima committed Oct 30, 2022
1 parent f86f4f0 commit 00d9c66
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,8 @@ jobs:
- name: Get history and tags for SCM versioning to work
if: ${{ !env.ACT }}
run: |
if [ $(git rev-parse --is-shallow-repository) == "true" ]; then
git fetch --prune --unshallow
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
fi
git fetch --prune --unshallow
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Cache wheels
uses: actions/cache@v3
Expand Down

0 comments on commit 00d9c66

Please sign in to comment.