Fix failing CI pipeline (#2979)

This commit is contained in:
Parshva Daftari
2025-06-20 15:19:11 +05:30
committed by GitHub
parent a5a247b161
commit ecd4d91046

View File

@@ -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