Yet another potential fix for the invalid API key.

This commit is contained in:
Andrej Milicevic 2025-08-25 19:40:39 +02:00
parent 66b8bb39b5
commit 31b33a98d3

View file

@ -73,6 +73,11 @@ jobs:
python-version: ${{ inputs.python-version }}
- name: Run CLI Integration Tests
env:
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }}
LLM_MODEL: ${{ secrets.LLM_MODEL }}
LLM_API_VERSION: ${{ secrets.LLM_API_VERSION }}
run: uv run pytest cognee/tests/integration/cli/ -v
cli-functionality-tests: