1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 10:21:16 +01:00

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.
This commit is contained in:
Marc Bonnici 2022-08-18 17:08:50 +01:00
parent 276f146c1e
commit 8b94ed972d

View File

@ -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/