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 e9d1def commit 93e9e64Copy full SHA for 93e9e64
1 file changed
.github/workflows/test.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install Dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- pip install .[lint]
+ pip install .[lint,mcp]
28
29
- name: Run Black
30
run: black --check .
0 commit comments