We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c7dc5 commit e44acb3Copy full SHA for e44acb3
1 file changed
.github/workflows/test-uipath-langchain.yml
@@ -96,6 +96,10 @@ jobs:
96
echo "Using wheel: $WHL_NAME"
97
sed -i "s|uipath>=.*|uipath @ file://./wheels/$WHL_NAME\",|" pyproject.toml
98
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
+
103
- name: Print pyproject.toml to debug
104
run: |
105
cd uipath-langchain-python
0 commit comments