File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 69
69
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" build:python:wasi
70
70
71
71
- name : Test python on system
72
- if : ${{ matrix.os == 'ubuntu-22.04' || (matrix.package != 'mesh-io' && matrix.package != 'image-io' && matrix.package != 'downsample' ) }}
72
+ if : ${{ matrix.package != 'dicom' && matrix. os == 'ubuntu-22.04' || (matrix.package != 'mesh-io' && matrix.package != 'dicom ' && matrix.package != 'image-io' && matrix.package != 'downsample' ) }}
73
73
run : |
74
74
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" test:python:wasi
75
75
81
81
browser-version : latest
82
82
83
83
- name : Test python on chrome
84
- if : ${{ matrix.python-minor-version > 10 && matrix.os == 'ubuntu-22.04' || (matrix.package != 'mesh-io' && matrix.package != 'image-io' && matrix.package != 'dicom' && matrix.os != 'macos-14' )}}
84
+ 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' )}}
85
85
run : |
86
86
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" test:python:emscripten
You can’t perform that action at this time.
0 commit comments