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 a5a247b commit ecd4d91Copy full SHA for ecd4d91
.github/workflows/ci.yml
@@ -56,6 +56,8 @@ jobs:
56
run: sudo apt-get update && sudo apt-get install -y libgeos-dev
57
- name: Install dependencies
58
run: |
59
+ pip install --upgrade pip wheel setuptools
60
+ pip install --only-binary=shapely shapely
61
make install_all
62
pip install -e ".[test]"
63
pip install pinecone pinecone-text
0 commit comments