pyodide / pyodide-actions

Github Actions for Pyodide
Mozilla Public License 2.0
7 stars 5 forks source link

Use install-chromedriver option for chromedriver installation #10

Closed ryanking13 closed 4 days ago

ryanking13 commented 4 days ago

Instead of using separate action to install the chromedriver, use install-chromedriver option in browser-actions/setup-chrome to install the compatible version of chromedriver.

I am trying to fix the Chrome timeout issues at https://github.com/pyodide/micropip/pull/129. Not sure if this works, but it is worth to try.