[CI] pip should never prompt for input
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
and we quieten it down a bit
This commit is contained in:
parent
b6b7bb2aaa
commit
371dcf9e0f
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ steps:
|
|||
commands:
|
||||
- python -m venv venv
|
||||
- /bin/bash -c "source venv/bin/activate"
|
||||
- python -m pip install --disable-pip-version-check -r requirements/test.txt
|
||||
- python -m pip install --disable-pip-version-check --no-input --quiet -r requirements/test.txt
|
||||
- python -m pytest
|
||||
|
||||
services:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue