mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-24 12:41:02 +02:00
Try tropping testcontainers, to try fix the integ tests
This commit is contained in:
parent
bfde543353
commit
818dcb31f4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull-request.yaml
vendored
2
.github/workflows/pull-request.yaml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
run: (cd trustgraph-bedrock; pip install .)
|
run: (cd trustgraph-bedrock; pip install .)
|
||||||
|
|
||||||
- name: Install some stuff
|
- name: Install some stuff
|
||||||
run: pip install pytest pytest-cov pytest-asyncio pytest-mock testcontainers
|
run: pip install pytest pytest-cov pytest-asyncio pytest-mock
|
||||||
|
|
||||||
- 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