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.
This commit is contained in:
YueGuobin 2026-06-27 22:19:39 +08:00
parent 292b60efaa
commit e0ef63ebc1
No known key found for this signature in database

View File

@ -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'