There was an error while loading. Please reload this page.
1 parent c5c5397 commit 3dcf677Copy full SHA for 3dcf677
1 file changed
.github/workflows/ci.yml
@@ -71,13 +71,12 @@ jobs:
71
poetry install --with test,test_integration
72
73
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 .
+
+ poetry remove cohere
+ poetry add ../../../cohere-python
78
cd ../langchain-cohere/libs/cohere
79
80
- echo "Current cohere installation: $(pip freeze | grep cohere)"
+ echo "Current cohere installation: $(poetry show cohere)"
81
make test
82
make integration_test
83
echo "tests passed"
0 commit comments