From fa2fabb9daf7298ffe01b6fd2fb4468632e8b33c Mon Sep 17 00:00:00 2001 From: janssenhenning Date: Fri, 10 Dec 2021 09:38:58 +0100 Subject: [PATCH] Set pre-commit python version to 3.8 in continuous deployment equivalent ti ci --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ad3df448e..656f63616 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -75,10 +75,10 @@ jobs: restore-keys: | pip-pre-commit- - - name: Set up Python 3.7 + - name: Set up Python 3.8 uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: 3.8 - name: Install python dependencies run: |