Add pydantic-settings, fastapi, and uvicorn to package-tests extra-packages
Some checks failed
Package Tests / Python package - aitbc-agent-sdk (push) Failing after 46s
Package Tests / Python package - aitbc-core (push) Failing after 17s
Package Tests / Python package - aitbc-crypto (push) Successful in 8s
Package Tests / Python package - aitbc-sdk (push) Successful in 12s
Package Tests / JavaScript package - aitbc-sdk-js (push) Successful in 5s
Package Tests / JavaScript package - aitbc-token (push) Successful in 11s

This commit is contained in:
aitbc
2026-04-25 20:37:57 +02:00
parent 9005fcb7e0
commit 3f4f7a8779

View File

@@ -65,7 +65,7 @@ jobs:
--repo-dir "$PWD" \
--venv-dir "$PWD/venv" \
--mode copy \
--extra-packages "pytest mypy black"
--extra-packages "pytest mypy black pydantic-settings fastapi uvicorn"
if [[ "${{ matrix.package.name }}" == "aitbc-sdk" ]]; then
venv/bin/python -m pip install -q -e "$WORKSPACE/repo/packages/py/aitbc-crypto"