Update .github/workflows/backend-ci-bucketed.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-17 23:59:14 -06:00
committed by GitHub
parent f46ed3a9e8
commit 63f8f1c8e2

View File

@@ -67,10 +67,11 @@ jobs:
flake8 app --count --max-complexity=10 --max-line-length=127 --statistics
- name: Type check with mypy
continue-on-error: true
run: |
cd backend
pip install mypy
mypy app --ignore-missing-imports || true
mypy app --ignore-missing-imports
- name: Run tests with pytest
env: