Commit 172dc1f
committed
build(Makefile): conditionally apply PyPI mirror based on CI environment
Makefile now conditionally applies the Tsinghua PyPI mirror only when
not running in CI environment, allowing CI to use default package
sources while maintaining local development speed.
Makefile 现在根据是否在 CI 环境中运行来有条件地应用清华 PyPI 镜像,
在 CI 中使用默认包源,同时保持本地开发速度。
test(integration): add type ignore for astream call overload issue
Added type ignore annotation for astream call overload issue in
LangChain integration test to resolve type checking errors while
maintaining functionality.
在 LangChain 集成测试中为 astream 调用重载问题添加类型忽略注解,
在保持功能的同时解决类型检查错误。
Change-Id: I9b573359f60941aa40936e29f33b6e56248cd810
Signed-off-by: OhYee <oyohyee@oyohyee.com>1 parent 63421da commit 172dc1f
File tree
2 files changed
+4
-2
lines changed- tests/unittests/integration
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
655 | | - | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
656 | 658 | | |
657 | 659 | | |
658 | 660 | | |
| |||
0 commit comments