silencing pip
This commit is contained in:
parent
602677eff7
commit
ed3b8d36cc
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ backend-pylint:
|
|||
- python -m venv .venv
|
||||
- source .venv/bin/activate
|
||||
- echo "venv '$VIRTUAL_ENV'"
|
||||
- pip install -r requirements.txt
|
||||
- pip install pylint
|
||||
- pip install -r requirements.txt --disable-pip-version-check -q
|
||||
- pip install pylint --disable-pip-version-check -q
|
||||
- python --version
|
||||
- python -m pip list --format=columns
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue