Skip to content

Commit

Permalink
ML/LangChain: Fix notebook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 3, 2024
1 parent c8a30fe commit a2761fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions topic/machine-learning/llm-langchain/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def test_notebook(notebook):
msg = str(ex)
if "[skip-notebook]" in msg:
raise pytest.skip(msg)
raise


@pytest.mark.parametrize("pyfile", str_list(list_python_files(HERE)))
Expand Down

0 comments on commit a2761fe

Please sign in to comment.