diff --git a/.drone.yaml b/.drone.yaml index f4a0d26..2ddb799 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -6,6 +6,6 @@ steps: - name: install dependencies and run tests image: python:3.10-alpine commands: - - pip install -r requirements.txt + - pip install -r dev_requirements.txt - pytest -s