mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-29 17:21:48 +00: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:
parent
276f146c1e
commit
8b94ed972d
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user