Fixed CI
This commit is contained in:
parent
2d4766cb29
commit
01463e3451
1 changed files with 6 additions and 6 deletions
|
@ -6,11 +6,11 @@ pylint:
|
||||||
image: python:3.11.4-buster
|
image: python:3.11.4-buster
|
||||||
before_script:
|
before_script:
|
||||||
- cd backend
|
- cd backend
|
||||||
- python -m venv .venv
|
- python -m venv .venv
|
||||||
- source .venv/bin/activate
|
- source .venv/bin/activate
|
||||||
- echo "venv '$VIRTUAL_ENV'"
|
- echo "venv '$VIRTUAL_ENV'"
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- python --version
|
- python --version
|
||||||
- python -m pip list --format=columns
|
- python -m pip list --format=columns
|
||||||
script:
|
script:
|
||||||
- pylint src/* --fail-under 9
|
- pylint src/* --fail-under 9
|
Loading…
Reference in a new issue