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: use explicit pyodide.loadPackage() instead of packages parameter
The packages parameter in loadPyodide() appears unreliable in CI environments.
Instead, load Pyodide first, then explicitly load packages using
pyodide.loadPackage() to ensure they're actually available.
0 commit comments