From c700d790db6603ffb6850e23d3cda7545cf4a511 Mon Sep 17 00:00:00 2001 From: Akshat Jain <125379408+akshat1423@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:09:19 +0530 Subject: [PATCH] Fix Build CI Failure (#2973) --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef6bf158..a502f5f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,8 @@ jobs: with: path: .venv key: venv-mem0-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }} + - name: Install GEOS Libraries + run: sudo apt-get update && sudo apt-get install -y libgeos-dev - name: Install dependencies run: | make install_all @@ -102,4 +104,4 @@ jobs: with: file: coverage.xml env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}