update package
Some checks failed
Test & Deploy Waitlist / test (push) Successful in 35s
Test & Deploy Waitlist / deploy (push) Failing after 1m33s

This commit is contained in:
Roberto Musso
2026-04-11 10:58:21 +02:00
parent 4b2fefcf92
commit 74c3298bd4

View File

@@ -28,7 +28,7 @@ jobs:
run: pip install --no-cache-dir -r requirements.txt
- name: Install Test Dependencies
run: pip install --no-cache-dir pytest pytest-asyncio httpx aiosqlite
run: pip install --no-cache-dir pytest pytest-asyncio httpx aiosqlite ruff
- name: Run Linter
run: ruff check app/ tests/