Skip to content

Commit

Permalink
COMP: Use latest MinimalPathExtraction version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Feb 3, 2025
1 parent 1a68e4b commit 508801a
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 @@ -6,11 +6,11 @@ jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
with:
itk-module-deps: 'MinimalPathExtraction@35dd8e83b7df2059876e6835a5741eb3d45973bf'
itk-module-deps: 'MinimalPathExtraction@061e80d912be23bdf343047df620a9661c587fab'

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
with:
itk-module-deps: 'InsightSoftwareConsortium/ITKMinimalPathExtraction@35dd8e83b7df2059876e6835a5741eb3d45973bf'
itk-module-deps: 'InsightSoftwareConsortium/ITKMinimalPathExtraction@061e80d912be23bdf343047df620a9661c587fab'
secrets:
pypi_password: ${{ secrets.pypi_password }}

0 comments on commit 508801a

Please sign in to comment.