Skip to content

Commit 89110d9

Browse files
committed
Add tests in CI
1 parent e0acbf6 commit 89110d9

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
runs-on: ubuntu-latest
1515
defaults:
1616
run:
17-
shell: bash
1817
working-directory: ./langchain
1918
strategy:
2019
matrix:

.github/workflows/python_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
build-langchain:
1313
name: LangChain Unit Tests - Python ${{ matrix.python-version }}
1414
runs-on: ubuntu-latest
15+
defaults:
16+
run:
17+
working-directory: ./langchain
1518
strategy:
1619
matrix:
1720
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']

langchain/tests/test_retrievers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ def pipeline_id(api_client: v.ApiClient, org_id: str) -> Iterator[str]:
137137
config={},
138138
),
139139
ai_platform=v.AIPlatformSchema(
140-
id=builtin_ai_platform, type=v.AIPlatformType.VECTORIZE, config=v.AIPlatformConfigSchema()
140+
id=builtin_ai_platform,
141+
type=v.AIPlatformType.VECTORIZE,
142+
config=v.AIPlatformConfigSchema(),
141143
),
142144
pipeline_name="Test pipeline",
143145
schedule=v.ScheduleSchema(type=v.ScheduleSchemaType.MANUAL),

langchain/uv.lock

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)