Skip to content

Commit 834dc9d

Browse files
Update ci
1 parent 5aeeaae commit 834dc9d

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,12 @@ jobs:
7171
poetry install --with test,test_integration
7272
7373
echo "Going to uninstall cohere package, and install the current version from the repo"
74-
cd ../../../cohere-python && echo "Current dir $(pwd)"
75-
echo "Current dir $(ls)"
76-
pip uninstall cohere
77-
pip install .
74+
75+
poetry remove cohere
76+
poetry add ../../../cohere-python
7877
cd ../langchain-cohere/libs/cohere
7978
80-
echo "Current cohere installation: $(pip freeze | grep cohere)"
79+
echo "Current cohere installation: $(poetry show cohere)"
8180
make test
8281
make integration_test
8382
echo "tests passed"

0 commit comments

Comments
 (0)