There was an error while loading. Please reload this page.
1 parent c6843cb commit 6058cceCopy full SHA for 6058cce
2 files changed
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Type check
34
run: uv run --locked --group lint mypy langchain_typesense
35
- name: Ty check
36
- run: uv run --locked --group lint ty check
+ run: uv run --locked --group lint ty check langchain_typesense
37
- name: Unit tests
38
run: >-
39
uv run --locked --group test pytest --disable-socket
Makefile
@@ -9,7 +9,7 @@ integration_test:
9
lint:
10
uv run --group lint ruff check .
11
uv run --group lint mypy langchain_typesense
12
- uv run --group lint ty check
+ uv run --group lint ty check langchain_typesense
13
14
format:
15
uv run --group lint ruff check --fix .
0 commit comments