From ab78385b568cc84f3b6a27dd4f852f521ba0da4f Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Tue, 18 Aug 2020 18:38:17 +0200 Subject: [PATCH] set max flake8 version again2 --- .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 3dcd286..36a336d 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=2.5.4 pytest + pip install flake8==2.5.4 pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with flake8 run: |