Getting tests to work

This commit is contained in:
Cyber MacGeddon 2025-07-23 17:18:09 +01:00
parent f636c1ef70
commit c1f152086c

View file

@ -34,6 +34,7 @@ jobs:
pip install build wheel pip install build wheel
make update-package-versions VERSION=1.2.999 make update-package-versions VERSION=1.2.999
pip install ./trustgraph-base ./trustgraph-cli ./trustgraph-flow ./trustgraph-bedrock ./trustgraph-vertexai pip install ./trustgraph-base ./trustgraph-cli ./trustgraph-flow ./trustgraph-bedrock ./trustgraph-vertexai
tg-show-processor-state --help
pip install pytest pytest-cov pytest-asyncio pytest-mock pip install pytest pytest-cov pytest-asyncio pytest-mock
python -c 'import trustgraph.base;print(dir(trustgraph.base))' python -c 'import trustgraph.base;print(dir(trustgraph.base))'
python -c 'import trustgraph.schema;print(dir(trustgraph.schema))' python -c 'import trustgraph.schema;print(dir(trustgraph.schema))'