From 1a8cc9219193e1f1c5b8d288492e577c9db55d49 Mon Sep 17 00:00:00 2001 From: Radu Date: Fri, 5 Dec 2025 15:53:43 +0200 Subject: [PATCH] ci: pin cross-repo tests to release branches (langchain v0.0.x, llamaindex 0.0.x) --- .github/workflows/test-uipath-langchain.yml | 3 +++ .github/workflows/test-uipath-llamaindex.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/test-uipath-langchain.yml b/.github/workflows/test-uipath-langchain.yml index 0520d5f81..2055b9995 100644 --- a/.github/workflows/test-uipath-langchain.yml +++ b/.github/workflows/test-uipath-langchain.yml @@ -40,6 +40,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'UiPath/uipath-langchain-python' + ref: 'release/v0.0.x' path: 'uipath-langchain-python' - name: Update uipath-python version @@ -65,6 +66,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'UiPath/uipath-langchain-python' + ref: 'release/v0.0.x' path: 'uipath-langchain-python' - name: Discover testcases @@ -113,6 +115,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'UiPath/uipath-langchain-python' + ref: 'release/v0.0.x' path: 'uipath-langchain-python' - name: Update uipath-python version diff --git a/.github/workflows/test-uipath-llamaindex.yml b/.github/workflows/test-uipath-llamaindex.yml index a89bb08f9..293a74b48 100644 --- a/.github/workflows/test-uipath-llamaindex.yml +++ b/.github/workflows/test-uipath-llamaindex.yml @@ -40,6 +40,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'UiPath/uipath-llamaindex-python' + ref: 'release/0.0.x' path: 'uipath-llamaindex-python' - name: Update uipath-python version @@ -65,6 +66,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'UiPath/uipath-llamaindex-python' + ref: 'release/0.0.x' path: 'uipath-llamaindex-python' - name: Discover testcases @@ -112,6 +114,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'UiPath/uipath-llamaindex-python' + ref: 'release/0.0.x' path: 'uipath-llamaindex-python' - name: Update uipath-python version