Skip to content

ENH: Remove dependencies on VTK and simplify build-test-deploy process #566

ENH: Remove dependencies on VTK and simplify build-test-deploy process

ENH: Remove dependencies on VTK and simplify build-test-deploy process #566

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@3f63de316255a285b0cac4c819d3d45649738999
with:
itk-cmake-options: '-DModule_MinimalPathExtraction:BOOL=ON'
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@3f63de316255a285b0cac4c819d3d45649738999
with:
itk-cmake-options: '-DModule_MinimalPathExtraction:BOOL=ON'

Check failure on line 14 in .github/workflows/build-test-package.yml

View workflow run for this annotation

GitHub Actions / Build, test, package

Invalid workflow file

The workflow is not valid. .github/workflows/build-test-package.yml (Line: 14, Col: 26): Invalid input, itk-cmake-options is not defined in the referenced workflow.
secrets:
pypi_password: ${{ secrets.pypi_password }}