Fix Build CI Failure (#2973)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -52,6 +52,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: .venv
|
path: .venv
|
||||||
key: venv-mem0-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}
|
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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
make install_all
|
make install_all
|
||||||
@@ -102,4 +104,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
file: coverage.xml
|
file: coverage.xml
|
||||||
env:
|
env:
|
||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user