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:
433
433
tasks :
434
434
- name : test-langchaingo-local
435
435
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
447
446
448
447
- name : test-mem0-python-rhel
449
448
display_name : mem0 RHEL Python
Original file line number Diff line number Diff line change @@ -37,7 +37,11 @@ setup_langchain_integration() {
37
37
38
38
yarn add --dev jest-junit
39
39
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
41
45
# optionally enable to debug local atlas in CI.
42
46
# export DEBUG=testcontainers*
43
47
}
You can’t perform that action at this time.
0 commit comments