diff --git a/.drone.yml b/.drone.yml index ad21c95..bc72676 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build and test image: python:3.9-slim commands: - - pip install --no-cache-dir -r requirements.tx + - pip install --no-cache-dir -r requirements.txt - name: deploy image: python:3.9-slim