.drone.yml aktualisiert

This commit is contained in:
Anja Freudenreich 2025-02-13 14:11:32 +00:00
parent 7134658f85
commit 13e5118dba

View File

@ -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