We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ee114 commit b4b62a6Copy full SHA for b4b62a6
.github/workflows/python-wasm.yml
@@ -67,7 +67,7 @@ jobs:
67
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" build:python:wasi
68
69
- name: Test python on system
70
- if: ${{ matrix.package != 'dicom' && matrix.os == 'ubuntu-22.04' || (matrix.package != 'mesh-io' && matrix.package != 'dicom' && matrix.package != 'image-io' && matrix.package != 'downsample' ) }}
+ if: ${{ matrix.os == 'ubuntu-22.04' }}
71
run: |
72
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" test:python:wasi
73
0 commit comments