Remove quiet install flag
This commit is contained in:
parent
adf471272b
commit
f3584cf28a
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ python-tests:
|
|||
- poetry --version
|
||||
- poetry config cache-dir .cache/poetry
|
||||
- poetry config virtualenvs.in-project true
|
||||
- poetry install --no-interaction --quiet --extras sentry
|
||||
- poetry install --no-interaction --extras sentry
|
||||
script:
|
||||
- poetry run coverage run src/manage.py test newsreader
|
||||
- poetry run coverage report
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue