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