Fixed pylint version bump
This commit is contained in:
parent
2b51afd927
commit
1435b307a6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ backend-pylint:
|
||||||
- cd backend
|
- cd backend
|
||||||
- *init_venv
|
- *init_venv
|
||||||
- *install_requirements
|
- *install_requirements
|
||||||
- pip install pylint pylint-gitlab --disable-pip-version-check -q
|
- pip install pylint~=2.17.7 pylint-gitlab --disable-pip-version-check -q
|
||||||
- pylint --version
|
- pylint --version
|
||||||
- cd ..
|
- cd ..
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue