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 @@ -432,17 +432,16 @@ buildvariants:
432432 tasks :
433433 - name : test-langchaingo-local
434434
435- # TODO: INTPYTHON-667
436- # - name: test-langchain-js-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
435+ - name : test-langchain-javascript-ubuntu
436+ display_name : LangchainJS Ubuntu2204
437+ tags : [javascript]
438+ expansions :
439+ DIR : langchain-js
440+ run_on :
441+ - ubuntu2204-small
442+ tasks :
443+ - name : test-langchain-js-local
444+ - name : test-langchain-js-remote
446445
447446 - name : test-mem0-python-rhel
448447 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