Add package installation verification to package-tests workflow
Some checks failed
Package Tests / Python package - aitbc-agent-sdk (push) Successful in 12s
Package Tests / Python package - aitbc-core (push) Failing after 8s
Package Tests / Python package - aitbc-crypto (push) Successful in 9s
Package Tests / Python package - aitbc-sdk (push) Successful in 10s
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:54:37 +02:00
parent e2d2d7ed43
commit a1c5c0a820

View File

@@ -79,6 +79,10 @@ jobs:
venv/bin/python -m pip install -q -r requirements.txt
fi
# Verify package installation
echo "=== Installed packages ==="
venv/bin/python -m pip list | grep -i aitbc || true
# Linting
echo "=== Linting ==="
if [[ -d "src" ]]; then