Skip to content

Commit

Permalink
Merge pull request #1287 from thewtex/pyodide-actions-bump
Browse files Browse the repository at this point in the history
ci(python-wasm): bump pyodide-actions/install-browser to latest
  • Loading branch information
thewtex authored Dec 9, 2024
2 parents c5d5892 + 81090e0 commit 7fbadde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ jobs:
run: |
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" test:python:wasi
- uses: pyodide/pyodide-actions/install-browser@e3edcb8db4f1ec4604e402013f3ae2ee9f114441
if: ${{ matrix.python-minor-version > 10 }}
- uses: thewtex/pyodide-actions/install-browser@1e32e8a037a3e99a845dd7ebad6b057a40b7e2c0
if: ${{ matrix.python-minor-version > 11 && matrix.os == 'ubuntu-22.04' }}
with:
runner: selenium
browser: chrome
browser-version: latest

- name: Test python on chrome
if: ${{ matrix.python-minor-version > 10 && matrix.package != 'dicom' && matrix.os == 'ubuntu-22.04' || (matrix.package != 'mesh-io' && matrix.package != 'image-io' && matrix.package != 'dicom' && matrix.os != 'macos-14' )}}
if: ${{ matrix.python-minor-version > 11 && matrix.package != 'dicom' && matrix.os == 'ubuntu-22.04' }}
run: |
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" test:python:emscripten

0 comments on commit 7fbadde

Please sign in to comment.