mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
parent
a8e437fc7f
commit
6c7af8789d
216 changed files with 31360 additions and 1611 deletions
4
.github/workflows/pull-request.yaml
vendored
4
.github/workflows/pull-request.yaml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup packages
|
||||
run: make update-package-versions VERSION=1.2.999
|
||||
run: make update-package-versions VERSION=1.4.999
|
||||
|
||||
- name: Setup environment
|
||||
run: python3 -m venv env
|
||||
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
run: (cd trustgraph-bedrock; pip install .)
|
||||
|
||||
- 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
|
||||
run: pytest tests/unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue