From 9ebf726e78fbffb8a34a4fe6821fbd99c24e108a Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Tue, 18 Aug 2020 18:37:39 +0200 Subject: [PATCH] set max flake8 version again --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ba26197..3dcd286 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 pytest + pip install flake8=2.5.4 pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with flake8 run: |