Update integration-test.yml

This commit is contained in:
palanisd 2025-11-23 22:37:28 -05:00 committed by GitHub
parent d9f6e3c5da
commit f18bb102d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[api]"
pip install -e .[api,offline-storage]
pip install pytest pytest-asyncio httpx
- name: Create minimal frontend stub for testing