Skip to content

Commit 0161812

Browse files
committed
ci(python-wasm): fix pyodide install-browser version
Avoid Windows sudo error.
1 parent 057db0c commit 0161812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" test:python:wasi
7575
76-
- uses: pyodide/pyodide-actions/install-browser@main
76+
- uses: pyodide/pyodide-actions/install-browser@e3edcb8db4f1ec4604e402013f3ae2ee9f114441
7777
if: ${{ matrix.python-minor-version > 10 }}
7878
with:
7979
runner: selenium

0 commit comments

Comments
 (0)