From fb9e60cb752ce82ae54fad074c7021bda49eb00d Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 14 Jul 2025 14:47:11 +0100 Subject: [PATCH] Add missing test dependency --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index c7cbdc3c..5079b814 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -37,7 +37,7 @@ jobs: run: (cd trustgraph-flow; pip install .) - name: Install some stuff - run: pip install pytest testcontainers + run: pip install pytest pytest-cov testcontainers - name: Unit tests run: pytest tests/unit