Skip to content

fix: Compute origin using largest possible region #1301

fix: Compute origin using largest possible region

fix: Compute origin using largest possible region #1301

Workflow file for this run

name: C++,Native Python
on: [push,pull_request]
env:
itk-git-tag: "v5.4rc01"
itk-wheel-tag: "v5.4rc01"
ITKMeshToPolyData-git-tag: "v0.11rc01"
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
with:
itk-module-deps: 'MeshToPolyData@v0.11rc01'
ctest-options: '-E itkPipelineTest'
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
with:
itk-module-deps: 'InsightSoftwareConsortium/ITKMeshToPolyData@v0.11rc01'
secrets:
pypi_password: ${{ secrets.pypi_password }}