We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeceb21 commit bf93704Copy full SHA for bf93704
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
key: venv-v2-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
43
44
- name: Install dependencies
45
- run: poetry install --with dev --extras "telemetry mcp"
+ run: poetry install --with dev --extras telemetry
46
47
- name: Run tests
48
run: |
@@ -183,8 +183,8 @@ jobs:
183
version: latest
184
virtualenvs-create: true
185
virtualenvs-in-project: true
186
- - name: Install dependencies with MCP extra
187
+ - name: Install dependencies
188
- name: Run MCP tests
189
190
source .venv/bin/activate
0 commit comments