mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 23:54:14 +00:00
update check_diff.py
This commit is contained in:
parent
b2c315997c
commit
f940019e3d
4
.github/scripts/check_diff.py
vendored
4
.github/scripts/check_diff.py
vendored
@ -21,7 +21,7 @@ LANGCHAIN_DIRS = [
|
|||||||
# in order to be able to get CI to pass for each individual
|
# in order to be able to get CI to pass for each individual
|
||||||
# package that depends on core
|
# package that depends on core
|
||||||
# e.g. if you touch core, we don't then add textsplitters/etc to CI
|
# e.g. if you touch core, we don't then add textsplitters/etc to CI
|
||||||
IGNORE_CORE_DEPENDENTS = False
|
IGNORE_CORE_DEPENDENTS = True
|
||||||
|
|
||||||
# ignored partners are removed from dependents
|
# ignored partners are removed from dependents
|
||||||
# but still run if directly edited
|
# but still run if directly edited
|
||||||
@ -110,7 +110,7 @@ def _get_configs_for_single_dir(job: str, dir_: str) -> List[Dict[str, str]]:
|
|||||||
return _get_pydantic_test_configs(dir_)
|
return _get_pydantic_test_configs(dir_)
|
||||||
|
|
||||||
if dir_ == "libs/core":
|
if dir_ == "libs/core":
|
||||||
py_versions = ["3.9", "3.10", "3.11", "3.12"]
|
py_versions = ["3.13.0-rc.2"]
|
||||||
# custom logic for specific directories
|
# custom logic for specific directories
|
||||||
elif dir_ == "libs/partners/milvus":
|
elif dir_ == "libs/partners/milvus":
|
||||||
# milvus poetry doesn't allow 3.12 because they
|
# milvus poetry doesn't allow 3.12 because they
|
||||||
|
Loading…
Reference in New Issue
Block a user