Yet another potential fix for the invalid API key.
This commit is contained in:
parent
66b8bb39b5
commit
31b33a98d3
1 changed files with 5 additions and 0 deletions
5
.github/workflows/cli_tests.yml
vendored
5
.github/workflows/cli_tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue