mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-23 20:21:03 +02:00
Added more stuff to install
This commit is contained in:
parent
fb9e60cb75
commit
ea46f425b0
1 changed files with 7 additions and 3 deletions
10
.github/workflows/pull-request.yaml
vendored
10
.github/workflows/pull-request.yaml
vendored
|
|
@ -36,11 +36,15 @@ jobs:
|
|||
- name: Install trustgraph-flow
|
||||
run: (cd trustgraph-flow; pip install .)
|
||||
|
||||
- name: Install trustgraph-vertexai
|
||||
run: (cd trustgraph-vertexai; pip install .)
|
||||
|
||||
- name: Install trustgraph-vertexai
|
||||
run: (cd trustgraph-vertexai; pip install .)
|
||||
|
||||
- name: Install some stuff
|
||||
run: pip install pytest pytest-cov testcontainers
|
||||
run: pip install pytest pytest-cov pytest-asyncio pytest-mock testcontainers
|
||||
|
||||
- name: Unit tests
|
||||
run: pytest tests/unit
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue