From f246d4162fbb94414256c8884b4750ed5be4697c Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Fri, 12 Feb 2021 12:59:45 +0000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97eb2064..f6a980d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,6 +130,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: