.gitea/workflows/run.yaml aktualisiert
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5m9s Details

This commit is contained in:
Falko Victor Habel 2024-10-31 16:21:39 +00:00
parent b996551df2
commit 1df6f148fe
1 changed files with 5 additions and 1 deletions

View File

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