mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
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:
parent
292b60efaa
commit
e0ef63ebc1
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user