diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index fac86d632..29df1c093 100644 --- a/.github/workflows/test_suite.yml +++ b/.github/workflows/test_suite.yml @@ -17,6 +17,10 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true + - name: Get LFS files run: git lfs pull # - name: Fix Conda permissions on macOS