Skip to content

Commit

Permalink
experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Dec 7, 2023
1 parent e41cb7f commit b163c5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/experimental/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ extended_tests:
integration_tests:
poetry run pytest tests/integration_tests

check_imports: langchain_experimental/**/*.py
for f in $^ ; do \
python -c "from importlib.machinery import SourceFileLoader; SourceFileLoader('x', '$$f').load_module()" ; \
done


######################
# LINTING AND FORMATTING
Expand Down

0 comments on commit b163c5b

Please sign in to comment.