Install ai-copilot in testing.yml

This commit is contained in:
grossmj 2026-03-18 16:17:07 +08:00
parent 333386ac8b
commit c5325fdee4
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[dev]
python -m pip install .[ai-copilot,dev]
- name: Install Windows specific dependencies
if: runner.os == 'Windows'