From 6a6b43e6f6030070f952c7bcb77f262ac417a8a6 Mon Sep 17 00:00:00 2001 From: Ansgar Wehrhahn Date: Thu, 3 Dec 2020 12:44:45 +0100 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 96af8fe8..d0b1b503 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -16,6 +16,9 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: Set up Python 3.8 uses: actions/setup-python@v2 with: