diff --git a/.drone.yml b/.drone.yml index a8e2212..f45b363 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,7 @@ steps: - name: requirements image: python:3.10-alpine + commands: - python -m venv .venv - . .venv/bin/activate - pip install -r requirements.txt