Update e2e_tests.yml
This commit is contained in:
parent
9d373e7657
commit
61157725d1
1 changed files with 4 additions and 3 deletions
7
.github/workflows/e2e_tests.yml
vendored
7
.github/workflows/e2e_tests.yml
vendored
|
|
@ -687,9 +687,10 @@ jobs:
|
|||
python-version: '3.11.x'
|
||||
extra-dependencies: "redis"
|
||||
|
||||
- name: Sync cognee-mcp dependencies
|
||||
working-directory: cognee-mcp
|
||||
run: uv sync --no-dev
|
||||
- name: Install correct dependencies for mcp
|
||||
run: |
|
||||
uv run pip install -e ./cognee-mcp
|
||||
uv run pip install --force-reinstall -e .
|
||||
|
||||
- name: Run api/tool usage logger
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue