Make install quiet
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michal Kunc 2023-02-17 15:44:04 +01:00
parent adada84e9a
commit 9230c35be6

View File

@ -6,8 +6,8 @@ steps:
- name: test
image: python:3.10
commands:
- pip3 install poetry
- poetry install --no-root
- pip3 install poetry --quiet
- poetry install --no-root --quiet
- export SECRET_KEY=$(openssl rand -hex 32)
- export DATABASE_URL=sqlite://$(mktemp)/db.sqlite3
- poetry run ./manage.py test