Skip to content

Commit

Permalink
ENH: Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Dec 6, 2024
1 parent adb8be5 commit 2d36a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: [push,pull_request]

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@41f4e23ad1a405bcd83c7dc312f118ca8ea66b43
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@3e664701905234d13e9a442de7aecbd9e29492c4
with:
cmake-options: "Module_Montage_BUILD_EXAMPLES:BOOL=ON"

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@41f4e23ad1a405bcd83c7dc312f118ca8ea66b43
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@3e664701905234d13e9a442de7aecbd9e29492c4
with:
test-notebooks: true
secrets:
Expand Down

0 comments on commit 2d36a62

Please sign in to comment.