Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ jobs:
run: |
cd packages/openmemory-py
pip install -e .[dev]
pip install pytest
pip install pytest-asyncio
pip install python-dotenv
pip install pyyaml

- name: Run Omnibus Test (Deep Verify)
run: |
cd packages/openmemory-py
pytest tests/test_omnibus.py -v
python -m pytest tests/test_omnibus.py -v

test-node:
name: Test Node.js SDK
Expand Down