.drone.yml aktualisiert

This commit is contained in:
Anja Freudenreich 2025-02-13 14:10:57 +00:00
parent 8ddf383725
commit 7134658f85

View File

@ -6,7 +6,7 @@ steps:
- name: build and test - name: build and test
image: python:3.9-slim image: python:3.9-slim
commands: commands:
- pip install --no-cache-dir -r requirements.txt - pip install --no-cache-dir -r requirements.tx
- name: deploy - name: deploy
image: python:3.9-slim image: python:3.9-slim