Update repo
All checks were successful
CI Workflow / build-and-test (push) Successful in 11s

This commit is contained in:
2025-08-26 00:35:18 -07:00
parent fcce6439d7
commit fb54fb5aff
5 changed files with 8 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: pip install -r app/requirements.txt
run: pip install -r requirements.txt
- name: Run tests
run: pytest -v