Add missing test dependency

This commit is contained in:
Cyber MacGeddon 2025-07-14 14:47:11 +01:00
parent 1934aab135
commit fb9e60cb75

View file

@ -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