Update integration-test.yml
This commit is contained in:
parent
d9f6e3c5da
commit
f18bb102d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue