From 7134658f85a7a5244a2855318d13ecd1cfc59b2d Mon Sep 17 00:00:00 2001 From: Anja Freudenreich Date: Thu, 13 Feb 2025 14:10:57 +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 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