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'