scikit-hep / uproot5

ROOT I/O in pure Python and NumPy.
https://uproot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
242 stars 76 forks source link

fix(ci): pin selenium version to fix pyodide tests #1327

Closed ariostas closed 3 weeks ago

ariostas commented 3 weeks ago

There was a bug in the new Selenium version that is causing the Pyodide tests to fail (see #1326). I'm pinning Selenium to the previous version until they make a new release.