We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7efc8 commit bd37aaeCopy full SHA for bd37aae
.github/workflows/ci.yml
@@ -52,6 +52,8 @@ jobs:
52
with:
53
path: .venv
54
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
57
- name: Install dependencies
58
run: |
59
make install_all
@@ -102,4 +104,4 @@ jobs:
102
104
103
105
file: coverage.xml
106
env:
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
107
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments