Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(python-wasm): only test pyodide on ubuntu-22.04
This is currently an incompatibility between the selenium and Chrome versions on Windows: ``` ----------------------------- Captured log setup ------------------------------ WARNING selenium.webdriver.common.selenium_manager:selenium_manager.py:138 The chromedriver version (133.0.6888.0) detected in PATH at C:\hostedtoolcache\windows\setup-chrome\chromedriver\1393741\x64\chromedriver.exe might not be compatible with the detected chrome version (131.0.6778.86); currently, chromedriver 131.0.6778.87 is recommended for chrome 131.*, so it is advised to delete the driver in PATH and retry =========================== short test summary info =========================== ERROR test/test_compress_stringify.py::test_example[chrome] - selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 133 Current browser version is 131.0.6778.86 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe Stacktrace: GetHandleVerifier [0x00007FF66A01C635+53269] simdutf::get_active_implementation [0x00007FF669E5D3B7+1684007] (No symbol) [0x00007FF669AFE09B] (No symbol) [0x00007FF669B43DB9] (No symbol) [0x00007FF669B42C00] (No symbol) [0x00007FF669B3D79D] ```
- Loading branch information