Skip to content

Commit b34e557

Browse files
add missing double quotes
1 parent 7f48dc0 commit b34e557

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)