diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69b320f0b..dd5dc9ec0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -109,6 +109,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-tags: true + fetch-depth: 0 # - uses: actions/setup-python@v5 # with: