ENH: Wrap reorder projections filter for vector and CUDA images #1061
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build, test, package | |
on: [push,pull_request] | |
jobs: | |
cxx-build-workflow: | |
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0 | |
python-build-workflow: | |
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0 | |
with: | |
cmake-options: '-DRTK_BUILD_APPLICATIONS:BOOL=OFF' | |
itk-python-package-org: 'SimonRit' | |
itk-python-package-tag: '45cfd02a22661731ca5b155f210cfa2f887d50e7' | |
secrets: | |
pypi_password: ${{ secrets.pypi_password }} |