Skip to content

Commit 01dedbb

Browse files
committed
install the client
1 parent 36f7954 commit 01dedbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
pip install uv
6161
uv sync --all-extras
6262
63+
- name: Install agent-memory-client
64+
run: |
65+
uv pip install -e ./agent-memory-client
66+
6367
- name: Run tests
6468
run: |
6569
uv run pytest --run-api-tests

0 commit comments

Comments
 (0)