Skip to content

Commit c62e4e2

Browse files
rakesh-uipathclaude
andcommitted
ci: add uipath-eval wheel build to llamaindex test workflow
uipath now depends on uipath-eval, so the llamaindex test workflow needs to build and install the uipath-eval wheel before resolving uipath's dependencies. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 457cd88 commit c62e4e2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test-uipath-llamaindex.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
working-directory: packages/uipath-platform
3131
run: uv build
3232

33+
- name: Build uipath-eval package
34+
working-directory: packages/uipath-eval
35+
run: uv build
36+
3337
- name: Build uipath package
3438
working-directory: packages/uipath
3539
run: uv build
@@ -78,6 +82,7 @@ jobs:
7882
run: |
7983
uv add ../../../wheels/uipath-core/dist/*.whl --dev
8084
uv add ../../../wheels/uipath-platform/dist/*.whl --dev
85+
uv add ../../../wheels/uipath-eval/dist/*.whl --dev
8186
uv add ../../../wheels/uipath/dist/*.whl --dev
8287
8388
- name: Run uipath-llamaindex tests
@@ -151,6 +156,7 @@ jobs:
151156
run: |
152157
uv add ../../../wheels/uipath-core/dist/*.whl
153158
uv add ../../../wheels/uipath-platform/dist/*.whl
159+
uv add ../../../wheels/uipath-eval/dist/*.whl
154160
uv add ../../../wheels/uipath/dist/*.whl
155161
156162
- name: Install dependencies

0 commit comments

Comments
 (0)