diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 5079b814..e6288c33 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -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 - - \ No newline at end of file