Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 16b591b

Browse files
mosiddiCopilot
andcommitted
fix: add optional test deps to CI for full test coverage
CI now installs observability, websocket, and grpc extras so prometheus, websocket, and gRPC transport tests can run. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ccea371 commit 16b591b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install -e ".[dev]"
32+
pip install -e ".[dev,observability,websocket,grpc]"
3333
3434
- name: Run tests with coverage
3535
run: |

0 commit comments

Comments
 (0)