diff --git a/micropip/_commands/install.py b/micropip/_commands/install.py index bc93c1f..8e7e947 100644 --- a/micropip/_commands/install.py +++ b/micropip/_commands/install.py @@ -130,7 +130,7 @@ async def install( index_urls = package_index.INDEX_URLS[:] transaction = Transaction( - ctx=ctx, + ctx=ctx, # type: ignore[arg-type] ctx_extras=[], keep_going=keep_going, deps=deps,