Skip to content

Commit

Permalink
Update .github/workflows/core-llm-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje authored Jan 16, 2025
1 parent 60efdcd commit 2ce75c2
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'
run: |
docker --version
uv pip install --system -e ".[test,redis,interop,${{ matrix.llm }}]"
Expand Down

0 comments on commit 2ce75c2

Please sign in to comment.