Skip to content

COMP: Use latest MinimalPathExtraction version in CI #638

COMP: Use latest MinimalPathExtraction version in CI

COMP: Use latest MinimalPathExtraction version in CI #638

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
with:
itk-module-deps: 'MinimalPathExtraction@061e80d912be23bdf343047df620a9661c587fab'
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
with:
itk-module-deps: 'InsightSoftwareConsortium/ITKMinimalPathExtraction@061e80d912be23bdf343047df620a9661c587fab'
secrets:
pypi_password: ${{ secrets.pypi_password }}