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:
432
432
tasks :
433
433
- name : test-langchaingo-local
434
434
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
446
445
447
446
- name : test-mem0-python-rhel
448
447
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