You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: always ensure micropip and ipython are loaded by loadPyodide
Instead of complex fallback mechanisms, guarantee that micropip and ipython
are always included in the packages list passed to loadPyodide(), regardless
of what custom package list is provided. This prevents CI failures due to
missing packages while maintaining the optimized parallel loading approach.
Removes complex fallback error handling since the packages will always be
available from the initial load.
0 commit comments