diff --git a/.drone.yml b/.drone.yml index bc72676..ad21c95 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.txt + - pip install --no-cache-dir -r requirements.tx - name: deploy image: python:3.9-slim