diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 857ebb489..8e58845e4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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: |