Skip to content

Commit c05e82c

Browse files
committed
fix(Typing): forgot to install mcp extra for type checking
1 parent 8b994be commit c05e82c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install Dependencies
5353
run: |
5454
python -m pip install --upgrade pip
55-
pip install .[lint,test]
55+
pip install .[lint,test,mcp]
5656
5757
- name: Run MyPy
5858
run: mypy .

0 commit comments

Comments
 (0)