Skip to content

Commit bf93704

Browse files
committed
fix: remove defunct [mcp] extra from CI workflow
1 parent eeceb21 commit bf93704

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
key: venv-v2-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
4343

4444
- name: Install dependencies
45-
run: poetry install --with dev --extras "telemetry mcp"
45+
run: poetry install --with dev --extras telemetry
4646

4747
- name: Run tests
4848
run: |
@@ -183,8 +183,8 @@ jobs:
183183
version: latest
184184
virtualenvs-create: true
185185
virtualenvs-in-project: true
186-
- name: Install dependencies with MCP extra
187-
run: poetry install --with dev --extras "telemetry mcp"
186+
- name: Install dependencies
187+
run: poetry install --with dev --extras telemetry
188188
- name: Run MCP tests
189189
run: |
190190
source .venv/bin/activate

0 commit comments

Comments
 (0)