Skip to content

Commit 371636b

Browse files
authored
Merge pull request #1291 from thewtex/wasi-python-ci
ci(python-wasm): build python wasi for all packages
2 parents f0bf6a8 + a7958f3 commit 371636b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" bindgen:python
6363
6464
- name: Build build:python:wasi
65-
if: ${{ matrix.os == 'ubuntu-22.04' || (matrix.package != 'mesh-io' && matrix.package != 'image-io' && matrix.package != 'downsample' ) }}
65+
if: ${{ matrix.os == 'ubuntu-22.04' }}
6666
run: |
6767
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" build:python:wasi
6868

0 commit comments

Comments
 (0)