Skip to content

Commit 03c7dc5

Browse files
add back wildcard
1 parent 668f494 commit 03c7dc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
WHL=$(ls wheels/*.whl | head -n1)
9595
WHL_NAME=$(basename "$WHL")
9696
echo "Using wheel: $WHL_NAME"
97-
sed -i "s|uipath>=.|uipath @ file://./wheels/$WHL_NAME\",|" pyproject.toml
97+
sed -i "s|uipath>=.*|uipath @ file://./wheels/$WHL_NAME\",|" pyproject.toml
9898
9999
- name: Print pyproject.toml to debug
100100
run: |

0 commit comments

Comments
 (0)