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
|
||||
before_script:
|
||||
- cd backend
|
||||
- python -m venv .venv
|
||||
- source .venv/bin/activate
|
||||
- echo "venv '$VIRTUAL_ENV'"
|
||||
- pip install -r requirements.txt
|
||||
- python --version
|
||||
- python -m pip list --format=columns
|
||||
- python -m venv .venv
|
||||
- source .venv/bin/activate
|
||||
- echo "venv '$VIRTUAL_ENV'"
|
||||
- pip install -r requirements.txt
|
||||
- python --version
|
||||
- python -m pip list --format=columns
|
||||
script:
|
||||
- pylint src/* --fail-under 9
|
Loading…
Reference in a new issue