Add httpx and requests to package-tests extra-packages
Some checks failed
Package Tests / Python package - aitbc-agent-sdk (push) Successful in 51s
Package Tests / Python package - aitbc-core (push) Failing after 20s
Package Tests / Python package - aitbc-crypto (push) Successful in 8s
Package Tests / Python package - aitbc-sdk (push) Successful in 21s
Package Tests / JavaScript package - aitbc-sdk-js (push) Successful in 11s
Package Tests / JavaScript package - aitbc-token (push) Has been cancelled

This commit is contained in:
aitbc
2026-04-25 20:40:48 +02:00
parent 3f4f7a8779
commit 5196599e3b

View File

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