File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -433,17 +433,16 @@ buildvariants:
433433 tasks :
434434 - name : test-langchaingo-local
435435
436- # TODO: INTPYTHON-667
437- # - name: test-langchain-js-ubuntu
438- # display_name: LangchainJS Ubuntu2204
439- # tags: [javascript]
440- # expansions:
441- # DIR: langchain-js
442- # run_on:
443- # - ubuntu2204-small
444- # tasks:
445- # - name: test-langchain-js-local
446- # - name: test-langchain-js-remote
436+ - name : test-langchain-javascript-ubuntu
437+ display_name : LangchainJS Ubuntu2204
438+ tags : [javascript]
439+ expansions :
440+ DIR : langchain-js
441+ run_on :
442+ - ubuntu2204-small
443+ tasks :
444+ - name : test-langchain-js-local
445+ - name : test-langchain-js-remote
447446
448447 - name : test-mem0-python-rhel
449448 display_name : mem0 RHEL Python
Original file line number Diff line number Diff line change @@ -37,7 +37,11 @@ setup_langchain_integration() {
3737
3838 yarn add --dev jest-junit
3939 export JEST_JUNIT_OUTPUT_NAME=results.xml
40-
40+ # Trim trailing slashes since lanchainjs is doing string manipulationn, not
41+ # using the URI class.
42+ AZURE_OPENAI_BASE_PATH=$( echo " $AZURE_OPENAI_ENDPOINT " | sed ' s:/*$::' )
43+ export AZURE_OPENAI_BASE_PATH
44+ export AZURE_OPENAI_API_VERSION=$OPENAI_API_VERSION
4145 # optionally enable to debug local atlas in CI.
4246 # export DEBUG=testcontainers*
4347}
You can’t perform that action at this time.
0 commit comments