From c1f152086cc06c89ce2f004faa761ea013d7d376 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Wed, 23 Jul 2025 17:18:09 +0100 Subject: [PATCH] Getting tests to work --- .github/workflows/pull-request.yaml | 1 + 1 file changed, 1 insertion(+) 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))'