diff --git a/.drone.yml b/.drone.yml index a025e37..fb53dd3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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