Skip to content

Commit ecd4d91

Browse files
Fix failing CI pipeline (mem0ai#2979)
1 parent a5a247b commit ecd4d91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
run: sudo apt-get update && sudo apt-get install -y libgeos-dev
5757
- name: Install dependencies
5858
run: |
59+
pip install --upgrade pip wheel setuptools
60+
pip install --only-binary=shapely shapely
5961
make install_all
6062
pip install -e ".[test]"
6163
pip install pinecone pinecone-text

0 commit comments

Comments
 (0)