From 1df6f148feb23a2822977a80e7e8e28725a61847 Mon Sep 17 00:00:00 2001 From: Falko Victor Habel Date: Thu, 31 Oct 2024 16:21:39 +0000 Subject: [PATCH] .gitea/workflows/run.yaml aktualisiert --- .gitea/workflows/run.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/run.yaml b/.gitea/workflows/run.yaml index 7e85bcf..83e8c96 100644 --- a/.gitea/workflows/run.yaml +++ b/.gitea/workflows/run.yaml @@ -34,7 +34,11 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - + # Download and unzip model + - name: Download model + run: | + curl -L -o VeraMind-Mini.zip https://gitea.fabelous.app/Fabel/VeraMind/releases/download/0.1/VeraMind-Mini.zip + unzip VeraMind-Mini.zip -d ./model # Run tests - name: Run tests run: |