Skip to content

Commit

Permalink
Merge pull request #25996 from charris/backport-25995
Browse files Browse the repository at this point in the history
CI: don't use ``fetch-tags`` in wheel build jobs
  • Loading branch information
charris committed Mar 11, 2024
2 parents 8a91fe2 + b3e3a21 commit 9e5a197
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/wheels.yml
Expand Up @@ -101,11 +101,6 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: true
# versioneer.py requires the latest tag to be reachable. Here we
# fetch the complete history to get access to the tags.
# A shallow clone can work when the following issue is resolved:
# https://github.com/actions/checkout/issues/338
fetch-tags: true

- name: Setup MSVC (32-bit)
if: ${{ matrix.buildplat[1] == 'win32' }}
Expand Down Expand Up @@ -215,11 +210,6 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
submodules: true
# versioneer.py requires the latest tag to be reachable. Here we
# fetch the complete history to get access to the tags.
# A shallow clone can work when the following issue is resolved:
# https://github.com/actions/checkout/issues/338
fetch-tags: true
# Used to push the built wheels
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
Expand Down

0 comments on commit 9e5a197

Please sign in to comment.