diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66ba082..e248a8f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: - name: Install dependencies run: | poetry install --all-extras - pip install "semantic-router[cohere]" + pip install cohere - name: Install nltk run: | pip install nltk