Skip to content

Commit 086d68b

Browse files
committed
test
1 parent 52b84ab commit 086d68b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
pip install -e '.[rag,dev]' # or custom setup
3030
pip install pytest # if not in requirements.txt
3131
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+
3238
- name: Run tests
3339
run: |
3440
pytest

0 commit comments

Comments
 (0)