From 1e260eb9b1a0efda92c9df762d56e288ab6a6b0e Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Mon, 20 Jan 2025 11:04:34 +0100 Subject: [PATCH] Work around actions/checkout#2041 Borrowed from celeritas-project/celeritas#1580 --- .github/workflows/pytest.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 7e69c5ba3..553c49c08 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -53,6 +53,9 @@ jobs: fetch-depth: ${{ env.depth }} fetch-tags: true + - name: TEMPORARY Work around actions/checkout#2041 + run: git fetch --tags + - name: Set up uv, Python uses: astral-sh/setup-uv@v5 with: