From d6d78c3f7d229cae81ee465efc4057942e061245 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Fri, 6 Dec 2024 13:06:05 -0500 Subject: [PATCH] ci(python-wasm): bump pyodide-actions/install-browser to latest Plus Windows no-sudo patch. --- .github/workflows/python-wasm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-wasm.yml b/.github/workflows/python-wasm.yml index 39d64e35f..4fe66359b 100644 --- a/.github/workflows/python-wasm.yml +++ b/.github/workflows/python-wasm.yml @@ -71,7 +71,7 @@ jobs: run: | pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" test:python:wasi - - uses: pyodide/pyodide-actions/install-browser@e3edcb8db4f1ec4604e402013f3ae2ee9f114441 + - uses: thewtex/pyodide-actions/install-browser@1e32e8a037a3e99a845dd7ebad6b057a40b7e2c0 if: ${{ matrix.python-minor-version > 10 }} with: runner: selenium