From 4147f57ac7c1558ba195b0d64132e7b3506c275a Mon Sep 17 00:00:00 2001 From: "J.P. Hutchins" Date: Fri, 24 Nov 2023 12:40:36 -0800 Subject: [PATCH] github: workflows: try fetching tags --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 290cab7..fe8bf35 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v4 + - run: git fetch --prune --unshallow --tags + - run: pipx install poetry - name: Setup Python ${{ matrix.python-version }}