mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-23 04:01:02 +02:00
Add missing test dependency
This commit is contained in:
parent
1934aab135
commit
fb9e60cb75
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull-request.yaml
vendored
2
.github/workflows/pull-request.yaml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
run: (cd trustgraph-flow; pip install .)
|
run: (cd trustgraph-flow; pip install .)
|
||||||
|
|
||||||
- name: Install some stuff
|
- name: Install some stuff
|
||||||
run: pip install pytest testcontainers
|
run: pip install pytest pytest-cov testcontainers
|
||||||
|
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
run: pytest tests/unit
|
run: pytest tests/unit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue