Skip to content

Commit

Permalink
ENH: Add RLEImage as an ITK module dependency to GHA workflow file
Browse files Browse the repository at this point in the history
Add `RLEImage` as an ITK module dependency to the GHA `built, test,
package` workflow file.
  • Loading branch information
jhlegarreta authored and dzenanz committed Jan 24, 2025
1 parent e0267a9 commit 40774af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
with:
itk-cmake-options: '-DModule_MorphologicalContourInterpolation_BUILD_EXAMPLES:BOOL=ON'
itk-module-deps: 'RLEImage@v1.0.2'

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
Expand Down

0 comments on commit 40774af

Please sign in to comment.