Skip to content

ENH: Add the Torch-backed dense registration pipeline + examples #2

ENH: Add the Torch-backed dense registration pipeline + examples

ENH: Add the Torch-backed dense registration pipeline + examples #2

name: Build, test, package
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.6
# NOTE: the Python wheel job is intentionally disabled for now.
# itk-impact links LibTorch, which the stock ITK wheel build (dockcross manylinux, no
# Torch/CUDA in the container) does not provision, and the reusable workflow cannot exclude
# libtorch from the wheel. Wheels are built out-of-band until this is wired up properly.
# To re-enable once ready:
# python-build-workflow:
# uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.6
# secrets:
# pypi_password: ${{ secrets.pypi_password }}