mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 14:31:55 +00:00
langchain[patch],community[minor]: Move some unit tests from langchain to community, use core for fake models (#21190)
This commit is contained in:
@@ -6,7 +6,6 @@ set -eu
|
||||
errors=0
|
||||
|
||||
# make sure not importing from langchain or langchain_experimental
|
||||
git --no-pager grep '^from langchain\.' . && errors=$((errors+1))
|
||||
git --no-pager grep '^from langchain_experimental\.' . && errors=$((errors+1))
|
||||
|
||||
# Decide on an exit status based on the errors
|
||||
|
Reference in New Issue
Block a user