Skip to content

Commit

Permalink
Update if statement in coe-llm-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Jan 23, 2025
1 parent 46a9eed commit 5caca0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core-llm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uv pip install --system -e ".[test,redis,interop]"
python -c "import autogen"
- name: Install packages for ${{ matrix.llm }}
if: matrix.llm == 'gemini' || matrix.llm == 'anthropic'
if: matrix.llm != 'openai' && matrix.llm != 'deepseek'
run: |
docker --version
uv pip install --system -e ".[test,redis,interop,${{ matrix.llm }}]"
Expand Down

0 comments on commit 5caca0a

Please sign in to comment.