mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-24 04:31:02 +02:00
Getting tests to work
This commit is contained in:
parent
f636c1ef70
commit
c1f152086c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pull-request.yaml
vendored
1
.github/workflows/pull-request.yaml
vendored
|
|
@ -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))'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue