tests #17

Merged
Fabel merged 14 commits from tests into develop 2024-11-01 07:46:03 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 1df6f148fe - Show all commits

View File

@ -34,7 +34,11 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt 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 # Run tests
- name: Run tests - name: Run tests
run: | run: |