Skip to content

Commit 0ebbbf3

Browse files
committed
Update coverage workflow to include installation of duckduckgo_search and knowledge dependencies from praisonai-agents
1 parent 67807ea commit 0ebbbf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131
run: |
3232
cd src/praisonai
3333
uv pip install --system ."[ui,gradio,api,agentops,google,openai,anthropic,cohere,chat,code,realtime,call,crewai,autogen]"
34+
uv pip install --system duckduckgo_search
3435
uv pip install --system pytest pytest-cov pytest-asyncio
36+
# Install knowledge dependencies from praisonai-agents
37+
uv pip install --system "praisonaiagents[knowledge]"
3538
3639
- name: Set environment variables
3740
run: |

0 commit comments

Comments
 (0)