Skip to content

Commit f32c3be

Browse files
authored
Fix Build CI Failure (mem0ai#2973)
1 parent 9af1e1a commit f32c3be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
with:
5353
path: .venv
5454
key: venv-mem0-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}
55+
- name: Install GEOS Libraries
56+
run: sudo apt-get update && sudo apt-get install -y libgeos-dev
5557
- name: Install dependencies
5658
run: |
5759
make install_all
@@ -102,4 +104,4 @@ jobs:
102104
with:
103105
file: coverage.xml
104106
env:
105-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
107+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)