Skip to content

Commit

Permalink
Merge pull request #1131 from thewtex/dicom-macos-14-flake
Browse files Browse the repository at this point in the history
ci(dicom): avoid macos-14 dicom chrome python wasm flake
  • Loading branch information
thewtex authored May 17, 2024
2 parents c6f0174 + a602678 commit b403b2f
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 @@ -75,6 +75,6 @@ jobs:
browser-version: latest

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

0 comments on commit b403b2f

Please sign in to comment.