From 498712e531597894e58cb648e40298ac3ded1119 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 27 Mar 2025 16:32:33 -0400 Subject: [PATCH] [drone] Update drone to install with test, rather than dev --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e226f19..80aedc2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: # Install dependencies - cp vrobbler.conf.test vrobbler.conf - pip install poetry - - poetry install --with dev + - poetry install --with test # Start with a fresh database (which is already running as a service from Drone) - poetry run pytest --cov-report term:skip-covered --cov=vrobbler tests environment: