From fcc2d8534f84c9394ee202a7d55c7212208a5f7d Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Wed, 25 Oct 2023 10:06:53 -0700 Subject: [PATCH] Do a deep checkout --- .github/workflows/release_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release_tests.yml b/.github/workflows/release_tests.yml index cdfffa1e23e..599a1533491 100644 --- a/.github/workflows/release_tests.yml +++ b/.github/workflows/release_tests.yml @@ -23,6 +23,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + # Give us all history, branches and tags + fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: