From 860f8c406956c0c1549bd371dd3b61a5aaa6702f Mon Sep 17 00:00:00 2001 From: Richard R Date: Mon, 15 Feb 2021 14:18:39 +0000 Subject: [PATCH] fetch-depth 0 --- .github/workflows/tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3c8977f95..1051df71e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -41,6 +41,8 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Install Python ${{ matrix.python }} uses: actions/setup-python@v2 with: