diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index bc0f91c75..b59999a5e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -226,6 +226,7 @@ jobs: uses: actions/checkout@v4 with: submodules: 'recursive' + fetch-depth: 0 - name: Set up Python 3.9 uses: actions/setup-python@v5