Skip to content

Commit

Permalink
openai.yml WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Jan 14, 2025
1 parent aa36bcc commit 880f536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
run: bash scripts/test.sh test -m "not llm" --ignore=test/agentchat/contrib --durations=10 --durations-min=1.0
- name: OpenAI Tests
if: matrix.python-version == '3.9'
run: bash scripts/test.sh test -m "openai" --durations=10 --durations-min=1.0
run: bash scripts/test.sh test -m "openai" --ignore=test/agentchat/contrib --durations=10 --durations-min=1.0
- name: Gemini Tests
if: matrix.python-version == '3.9'
run: bash scripts/test.sh test -m "gemini" --durations=10 --durations-min=1.0
run: bash scripts/test.sh test -m "gemini" --ignore=test/agentchat/contrib --durations=10 --durations-min=1.0
- name: Coverage and check notebook outputs
if: matrix.python-version != '3.9'
env:
Expand Down

0 comments on commit 880f536

Please sign in to comment.