Skip to content

Commit aa43987

Browse files
Add workaround
1 parent fb22bc5 commit aa43987

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/llm_unit_tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ jobs:
442442
bash python/llm/test/run-llm-example-tests-gpu.sh
443443
444444
- name: Get Langchain version
445+
if: ${{ matrix.pytorch-version != '2.6' }} # TODO: remove this workaround
445446
shell: bash
446447
id: get_langchain_version
447448
run: |
@@ -451,13 +452,15 @@ jobs:
451452
echo "langchain_ver=$LANGCHAIN_REF" >> $GITHUB_OUTPUT
452453
453454
- name: Checkout Langchain repo
455+
if: ${{ matrix.pytorch-version != '2.6' }} # TODO: remove this workaround
454456
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
455457
with:
456458
repository: "langchain-ai/langchain"
457459
ref: ${{ join(steps.get_langchain_version.outputs.*, '\n') }}
458460
path: langchain_upstream
459461

460462
- name: Run LLM langchain GPU test
463+
if: ${{ matrix.pytorch-version != '2.6' }} # TODO: remove this workaround
461464
shell: bash
462465
run: |
463466
pip install -U langchain==0.0.184

0 commit comments

Comments
 (0)