From 9ec232936f1c24c09a887399ebdd99866817f5fe Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Wed, 3 Mar 2021 09:57:08 +0000 Subject: [PATCH] Build - use Py3.8 --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3710b8e4d..78cc8b852 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -174,9 +174,14 @@ jobs: python-version: [3.8] steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} - name: Update project version run: | - git fetch --unshallow python update_version_from_git.py - name: Build project run: |