From ea46f425b0afcc4cf98e0aa90af52925ccb01398 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 14 Jul 2025 14:50:05 +0100 Subject: [PATCH] Added more stuff to install --- .github/workflows/pull-request.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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