Skip to content

Commit 629a179

Browse files
committed
fix ci
1 parent ba29391 commit 629a179

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test_llama_index_server.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Build package
9292
shell: bash
93-
run: uv run python -m build
93+
run: uv build
9494

9595
- name: Test installing built package
9696
shell: bash
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
from .chat_request import get_artifacts, get_last_artifact
2+
3+
__all__ = ["get_artifacts", "get_last_artifact"]

0 commit comments

Comments
 (0)