feat: refactor CoreMemory to support generalized memory fields and memory editing functions (#1479)
Co-authored-by: cpacker <packercharles@gmail.com> Co-authored-by: Maximilian-Winter <maximilian.winter.91@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
PYTHONPATH: ${{ github.workspace }}:${{ env.PYTHONPATH }}
|
||||
run: |
|
||||
pipx install poetry==1.8.2
|
||||
poetry install -E dev
|
||||
poetry install -E dev -E postgres
|
||||
poetry run pytest -s tests/test_client.py
|
||||
poetry run pytest -s tests/test_concurrent_connections.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user