We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b475d5 commit bcb2115Copy full SHA for bcb2115
.github/workflows/ci.yml
@@ -286,10 +286,8 @@ jobs:
286
- name: Get history and tags for SCM versioning to work
287
if: ${{ !env.ACT }}
288
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
+ git fetch --prune --unshallow
+ git fetch --depth=1 origin +refs/tags/*:refs/tags/*
293
294
- name: Cache wheels
295
uses: actions/cache@v3
0 commit comments