We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b84ab commit 086d68bCopy full SHA for 086d68b
1 file changed
.github/workflows/tests.yml
@@ -29,6 +29,12 @@ jobs:
29
pip install -e '.[rag,dev]' # or custom setup
30
pip install pytest # if not in requirements.txt
31
32
+ - name: Show installed cohere and langchain-cohere versions
33
+ run: |
34
+ pip show cohere || echo "Cohere not installed"
35
+ pip show langchain-cohere || echo "Langchain-cohere not installed"
36
+
37
38
- name: Run tests
39
run: |
40
pytest
0 commit comments