Update e2e_tests.yml

This commit is contained in:
hajdul88 2026-01-16 18:56:38 +01:00
parent 58a4e34b5d
commit eb3e3984b3

View file

@ -691,7 +691,7 @@ jobs:
run: | run: |
# Extract exact versions of mcp, fastmcp, httpx from cognee-mcp lockfile and install only those # Extract exact versions of mcp, fastmcp, httpx from cognee-mcp lockfile and install only those
cd cognee-mcp 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 .. cd ..
echo "$MCP_DEPS" | xargs uv run pip install echo "$MCP_DEPS" | xargs uv run pip install