We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0bf6a8 + a7958f3 commit 371636bCopy full SHA for 371636b
.github/workflows/python-wasm.yml
@@ -62,7 +62,7 @@ jobs:
62
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" bindgen:python
63
64
- name: Build build:python:wasi
65
- if: ${{ matrix.os == 'ubuntu-22.04' || (matrix.package != 'mesh-io' && matrix.package != 'image-io' && matrix.package != 'downsample' ) }}
+ if: ${{ matrix.os == 'ubuntu-22.04' }}
66
run: |
67
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" build:python:wasi
68
0 commit comments