Add fastapi and uvicorn to python-tests extra-packages
Some checks failed
Python Tests / test-python (push) Failing after 1m8s

This commit is contained in:
aitbc
2026-04-25 20:30:09 +02:00
parent 3a08208654
commit 2e1dcd2daf

View File

@@ -52,7 +52,7 @@ jobs:
--venv-dir "$PWD/venv" \
--skip-requirements \
--mode copy \
--extra-packages "pytest pytest-cov pytest-mock pytest-timeout pytest-asyncio locust pydantic-settings"
--extra-packages "pytest pytest-cov pytest-mock pytest-timeout pytest-asyncio locust pydantic-settings fastapi uvicorn"
echo "✅ Python environment ready"
- name: Run linting