From 13e5118dba4698b62d7f40774104e855c6243caf Mon Sep 17 00:00:00 2001 From: Anja Freudenreich Date: Thu, 13 Feb 2025 14:11:32 +0000 Subject: [PATCH] .drone.yml aktualisiert --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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