From 8b94ed972dab2692e9ef3f7910cf1b0d06360634 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Thu, 18 Aug 2022 17:08:50 +0100 Subject: [PATCH] ci: fix the version of pylint to a known version Later versions of pylint include additional suggestions including features from the latest versions of Python. Until we can update our code base to make use of the new features fix the version of pylint to a known version. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8875fdd2..a85f05cc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: python -m pip install --upgrade pip cd /tmp && git clone https://github.com/ARM-software/devlib.git && cd devlib && pip install . cd $GITHUB_WORKSPACE && pip install .[test] - python -m pip install pylint pep8 flake8 mock nose + python -m pip install pylint==2.6.2 pep8 flake8 mock nose - name: Run pylint run: | cd $GITHUB_WORKSPACE && ./dev_scripts/pylint wa/