Skip to content

COMP: Get ITK_USE_FLOAT_SPACE_PRECISION=ON to compile again #105

COMP: Get ITK_USE_FLOAT_SPACE_PRECISION=ON to compile again

COMP: Get ITK_USE_FLOAT_SPACE_PRECISION=ON to compile again #105

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
with:
cmake-options: "Module_Montage_BUILD_EXAMPLES:BOOL=ON"
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
with:
test-notebooks: true
secrets:
pypi_password: ${{ secrets.pypi_password }}