8000 Update test dependencies · miguelamendez/llama-cpp-python@dbe0ad8 · GitHub
[go: up one dir, main page]

Skip to content

Commit dbe0ad8

Browse files
committed
Update test dependencies
1 parent 350a176 commit dbe0ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
2828
run: |
29-
python -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi httpx uvicorn
29+
python -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi sse-starlette httpx uvicorn
3030
pip install . -v
3131
- name: Test with pytest
3232
run: |

0 commit comments

Comments
 (0)
0