Skip to content

Commit 9266564

Browse files
committed
fix: uipath relative path for ci tests
1 parent 5c9ff25 commit 9266564

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test-uipath.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444

4545
- name: Update uipath-runtime version
4646
shell: bash
47-
working-directory: uipath-python
48-
run: uv add ../uipath-runtime-python/dist/*.whl --dev
47+
working-directory: uipath-python/packages/uipath
48+
run: uv add ../../../uipath-runtime-python/dist/*.whl --dev
4949

5050
- name: Run uipath tests
51-
working-directory: uipath-python
51+
working-directory: uipath-python/packages/uipath
5252
run: |
5353
uv sync --all-extras
5454
uv run pytest
@@ -88,11 +88,11 @@ jobs:
8888

8989
- name: Update uipath-runtime version
9090
shell: bash
91-
working-directory: uipath-python
92-
run: uv add ../uipath-runtime-python/dist/*.whl --dev
91+
working-directory: uipath-python/packages/uipath
92+
run: uv add ../../../uipath-runtime-python/dist/*.whl --dev
9393

9494
- name: Run typecheck
95-
working-directory: uipath-python
95+
working-directory: uipath-python/packages/uipath
9696
run: |
9797
uv sync --all-extras
9898
uv run mypy --config-file pyproject.toml .
@@ -161,11 +161,11 @@ jobs:
161161

162162
- name: Update uipath-runtime version
163163
shell: bash
164-
working-directory: uipath-python
165-
run: uv add ../uipath-runtime-python/dist/*.whl --dev
164+
working-directory: uipath-python/packages/uipath
165+
run: uv add ../../../uipath-runtime-python/dist/*.whl --dev
166166

167167
- name: Install dependencies
168-
working-directory: uipath-python
168+
working-directory: uipath-python/packages/uipath
169169
run: uv sync
170170

171171
- name: Run testcase

0 commit comments

Comments
 (0)