diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 989eba27..a1fd733a 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -34,6 +34,7 @@ jobs: pip install build wheel make update-package-versions VERSION=1.2.999 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 python -c 'import trustgraph.base;print(dir(trustgraph.base))' python -c 'import trustgraph.schema;print(dir(trustgraph.schema))'