Add websocket extra to CI for FastAPI test coverage

This commit is contained in:
Luke Payyapilli
2026-01-08 17:09:27 -05:00
parent ccd795445f
commit ca88fc849f

View File

@@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
uv sync --group dev --extra anthropic --extra aws --extra google --extra langchain
uv sync --group dev --extra anthropic --extra aws --extra google --extra langchain --extra websocket
- name: Test with pytest
run: |