Skip to content

Commit 4447846

Browse files
authored
chore: exclude multimodal notebook in tests (#1603)
1 parent b524160 commit 4447846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ def notebook(session: nox.Session):
783783
# The experimental notebooks imagine features that don't yet
784784
# exist or only exist as temporary prototypes.
785785
"notebooks/experimental/ai_operators.ipynb",
786-
"notebooks/experimental/longer_ml_demo.ipynb",
786+
"notebooks/experimental/multimodal_dataframe.ipynb",
787787
"notebooks/experimental/semantic_operators.ipynb",
788788
# The notebooks that are added for more use cases, such as backing a
789789
# blog post, which may take longer to execute and need not be

0 commit comments

Comments
 (0)