Skip to content

Commit ecf77c5

Browse files
committed
CI fix
1 parent bd877d2 commit ecf77c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autogen/coding/jupyter/embedded_ipython_code_executor.py

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
from queue import Empty
1414
from typing import Any, List
1515

16+
# this is needed for CI to work. The import of this file should fail if jupyter-kernel-gateway is not installed
17+
import jupyter_kernel_gateway
1618
from jupyter_client import KernelManager # type: ignore[attr-defined]
1719
from jupyter_client.kernelspec import KernelSpecManager
1820
from pydantic import BaseModel, Field, field_validator

0 commit comments

Comments
 (0)