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
|
- 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 --disable-pip-version-check -q
|
||||||
- pip install pylint
|
- pip install pylint --disable-pip-version-check -q
|
||||||
- python --version
|
- python --version
|
||||||
- python -m pip list --format=columns
|
- python -m pip list --format=columns
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue