From e0ef63ebc1b46680984df41a6070e3e7d598a50b Mon Sep 17 00:00:00 2001 From: YueGuobin Date: Sat, 27 Jun 2026 22:19:39 +0800 Subject: [PATCH] Update CI to install [ai-features,dev] instead of [ai-copilot,dev] The [ai-copilot] extra has been replaced by [ai-features] which includes both AI Copilot and MCP dependencies. --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f896a3b90..fe94b2aa0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -31,7 +31,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install .[ai-copilot,dev] + python -m pip install .[ai-features,dev] - name: Install Windows specific dependencies if: runner.os == 'Windows'