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
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:
@@ -79,6 +79,10 @@ jobs:
|
|||||||
venv/bin/python -m pip install -q -r requirements.txt
|
venv/bin/python -m pip install -q -r requirements.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Verify package installation
|
||||||
|
echo "=== Installed packages ==="
|
||||||
|
venv/bin/python -m pip list | grep -i aitbc || true
|
||||||
|
|
||||||
# Linting
|
# Linting
|
||||||
echo "=== Linting ==="
|
echo "=== Linting ==="
|
||||||
if [[ -d "src" ]]; then
|
if [[ -d "src" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user