diff --git a/.github/workflows/regression_tests.yml b/.github/workflows/regression_tests.yml index 21009bec7e..227735fe7d 100644 --- a/.github/workflows/regression_tests.yml +++ b/.github/workflows/regression_tests.yml @@ -17,6 +17,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-tags: true + fetch-depth: 0 - uses: conda-incubator/setup-miniconda@v3 with: python-version: "3.12"