Skip to content

Commit e44acb3

Browse files
try fix
1 parent 03c7dc5 commit e44acb3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ jobs:
9696
echo "Using wheel: $WHL_NAME"
9797
sed -i "s|uipath>=.*|uipath @ file://./wheels/$WHL_NAME\",|" pyproject.toml
9898
99+
if ! grep -q '\[tool.hatch.metadata\]' pyproject.toml; then
100+
echo -e '\n[tool.hatch.metadata]\nallow-direct-references = true' >> pyproject.toml
101+
fi
102+
99103
- name: Print pyproject.toml to debug
100104
run: |
101105
cd uipath-langchain-python

0 commit comments

Comments
 (0)