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 f86f4f0 commit 00d9c66Copy full SHA for 00d9c66
.github/workflows/ci.yml
@@ -255,10 +255,8 @@ jobs:
255
- name: Get history and tags for SCM versioning to work
256
if: ${{ !env.ACT }}
257
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
+ git fetch --prune --unshallow
+ git fetch --depth=1 origin +refs/tags/*:refs/tags/*
262
263
- name: Cache wheels
264
uses: actions/cache@v3
0 commit comments