@@ -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