ENH: Move itk::PhasedArray3DSpecialCoordinatesImage to ITK core #465
Workflow file for this run
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/[email protected] | |
with: | |
itk-module-deps: 'MeshToPolyData@7c9812527af5e061510ed5f5709da191a50e122a:BSplineGradient@73dcf827d76bbf2a36d08784d421b234fb630c80:[email protected]:[email protected]:Strain@1397eb6b4ce6d0e789af8ecc2fbe6cdf889e63ab' | |
warnings-to-ignore: "\"pointer is null\" \"in a call to non-static member function\" \"ignoring duplicate libraries\"" | |
python-build-workflow: | |
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected] | |
with: | |
itk-module-deps: 'InsightSoftwareConsortium/ITKMeshToPolyData@7c9812527af5e061510ed5f5709da191a50e122a:InsightSoftwareConsortium/ITKBSplineGradient@73dcf827d76bbf2a36d08784d421b234fb630c80:InsightSoftwareConsortium/[email protected]:InsightSoftwareConsortium/[email protected]:KitwareMedical/ITKStrain@1397eb6b4ce6d0e789af8ecc2fbe6cdf889e63ab' | |
secrets: | |
pypi_password: ${{ secrets.pypi_password }} |