We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b994be commit c05e82cCopy full SHA for c05e82c
1 file changed
.github/workflows/test.yaml
@@ -52,7 +52,7 @@ jobs:
52
- name: Install Dependencies
53
run: |
54
python -m pip install --upgrade pip
55
- pip install .[lint,test]
+ pip install .[lint,test,mcp]
56
57
- name: Run MyPy
58
run: mypy .
0 commit comments