Update e2e_tests.yml
This commit is contained in:
parent
58a4e34b5d
commit
eb3e3984b3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e_tests.yml
vendored
2
.github/workflows/e2e_tests.yml
vendored
|
|
@ -691,7 +691,7 @@ jobs:
|
|||
run: |
|
||||
# Extract exact versions of mcp, fastmcp, httpx from cognee-mcp lockfile and install only those
|
||||
cd cognee-mcp
|
||||
MCP_DEPS=$(uv export --no-hashes --format requirements | grep -E '^(mcp|fastmcp|httpx)==')
|
||||
MCP_DEPS=$(uv export --no-hashes --format requirements.txt | grep -E '^(mcp|fastmcp|httpx)==')
|
||||
cd ..
|
||||
echo "$MCP_DEPS" | xargs uv run pip install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue