Skip to content

Commit 7f48dc0

Browse files
debug print
1 parent 972569b commit 7f48dc0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ jobs:
9696
echo "Using wheel: $WHL_NAME"
9797
sed -i "s|uipath.*|uipath @ file://./wheels/$WHL_NAME,|" pyproject.toml
9898
99+
- name: Print pyproject.toml to debug
100+
run: |
101+
cd uipath-langchain-python
102+
cat pyproject.toml
103+
99104
- name: Discover testcases
100105
id: discover
101106
run: |

0 commit comments

Comments
 (0)