Fix failing CI pipeline (#2979)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -56,6 +56,8 @@ jobs:
|
|||||||
run: sudo apt-get update && sudo apt-get install -y libgeos-dev
|
run: sudo apt-get update && sudo apt-get install -y libgeos-dev
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
pip install --upgrade pip wheel setuptools
|
||||||
|
pip install --only-binary=shapely shapely
|
||||||
make install_all
|
make install_all
|
||||||
pip install -e ".[test]"
|
pip install -e ".[test]"
|
||||||
pip install pinecone pinecone-text
|
pip install pinecone pinecone-text
|
||||||
|
|||||||
Reference in New Issue
Block a user