Skip to content

Commit 93e9e64

Browse files
authored
fix(Typing): forgot to install mcp extra for type checking
1 parent e9d1def commit 93e9e64

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install .[lint]
27+
pip install .[lint,mcp]
2828
2929
- name: Run Black
3030
run: black --check .

0 commit comments

Comments
 (0)