Skip to content

Commit

Permalink
WIP: ci(python-wasm): test Windows sudo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Sep 19, 2024
1 parent 057db0c commit 9223115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" test:python:wasi
- uses: pyodide/pyodide-actions/install-browser@main
- uses: thewtex/pyodide-actions/install-browser@win-sudo
if: ${{ matrix.python-minor-version > 10 }}
with:
runner: selenium
Expand Down

0 comments on commit 9223115

Please sign in to comment.